Hello,
I currently have a Safecracker form on my site and a couple of required fields included. I’ve noticed that sometimes the values entered in other fields disappear on submit if there is an error in the form (like a required field that hasn’t been filled in). Is there a simple way to keep the values populated on submit?
I am currently using code provided by the user guide:
<input type="text" name="my_field_name" id="my_field_name" value="{my_field_name}">Any help would be appreciated.
Thanks!