Hi...
I have several forms users fill out on my site that contain a lot of fields. Some of these fields are required... and if they attempt to submit the form without those fields populated, then they get an error on the submission page telling the user which fields they neglected to fill out. So then, the user hits the "back" button on the browser to the original form.
The problem is that, with some of the bigger forms, all that data that the user entered is now gone... and they have to re-enter everything again.
Is there a way to re-populate all the fields that had data in them when the user hits the "back" button (or a link I create that would do something like that)? I've seen it on other pages online but don't know how they've accomplished it.