ericlbarnes / Statamic-email-form

Email form plugin for Statamic
http://ericlbarnes.com/blog/statamic-email-form-plugin
Other
36 stars 6 forks source link

Repopulating Fields #8

Closed jesseschutt closed 5 years ago

jesseschutt commented 11 years ago

Eric - How difficult would it be to have this form repopulate fields upon a validation error?

alexroper commented 11 years ago

This would be really really helpful. Especially for larger forms. Right now you just get all your hard worked wiped away. Fortunately, javascript validation catches most errors hopefully.

Something like this?

<input type="text" id="name" name="name" value="{{ value:name }}"> 
goatwriter commented 10 years ago

Maybe put something like this in your example:

<input type="text" name="name" id="name" size="50" value="{{post:name}}">