Contact plugin validation
Created 6 years ago by jamespI have added the contact plugin to a project using:
{{ form('contact').redirect('contact-sent')|raw }}
All the fields display correctly and it sends fine, but once the form errors (due to validation) and the page reloads - all the existing values are lost. I've tried to use 'default_value' in the form builder but that doesn't seem to work. Any ideas?
Thanks