Hi,
I have this signup form that gets the data validated. The problem is that if the user for example did not fill in a required field he is a taken to a page that tells me the error BUT when he click the back button (either in his browser or a js one) all the data he typed in is gone. Is there any way so this data doesnt get lost? Do I really have to send all the values back to the form?
Thanks.