TX
unread,Sep 26, 2016, 3:44:14 AM9/26/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlydtl-users
Hi all,
If I display a value not in form, it is always displayed properly, for example:
if address = "No. 20, Test Street".
Address: {{ address }}
will display
Address: No. 20, Test Street
However, if I put it in a form in foundation 6, like below:
<input type="text" name="address" {% if address %}value={{ address }}{% endif %}>
Then there is only No. in the input box, everthing after the first space is not displayed.
Did anyone know how to solve this problem and make it fully displayed?
Thank you.