jamiller
02-11-2008, 03:59 PM
So I'm building a 3 part (3 different pages) form. The first page is the actual filling out of the form. The 2nd page is there to allow the user to review the form and the 3rd page is the actual sending of the form.
On the second page I have a "back" button in case the user needs to change something before sending. However, when the user clicks the back button (I'm currently using javascript:history.go(-1) ) all the fields are empty and they ideally should have the input the user just entered. So they should be "remembered."
Does anyone know how to accomplish this? Every comment and help with this is greatly appreciated!
Cheers,
Jeff
On the second page I have a "back" button in case the user needs to change something before sending. However, when the user clicks the back button (I'm currently using javascript:history.go(-1) ) all the fields are empty and they ideally should have the input the user just entered. So they should be "remembered."
Does anyone know how to accomplish this? Every comment and help with this is greatly appreciated!
Cheers,
Jeff