How to add string int fields form messages
Notice: This thread is very old.
- leonardoap
- Member | 17
Hi i dont know how to add string into error messages field, with numbers %d works fine but i was trying with strings but it does not work with %s or something i do bad
the max length works with %d but with the last line it does not show the email that was input on the form (example@dot.com)
i want
but just show
- Jan Tvrdík
- Nette guru | 2595
Use %value
instead of %s
, i.e.
Last edited by Jan Tvrdík (2015-02-09 20:25)