Going back to edit a form
Posted: Tue Aug 12, 2003 1:18 pm
i have created a form using php. when the user submits the form (for the first time) the form is 'parsed' and then displayed in a non-form page. the user has the chance to edit any errors or just send as-is. if the user has an error i tried using:
<input type="button" value="Edit" onclick=
"history.go(-1)">
this obviously takes the user back to the initial form page, however the form is reset. how do i 'save' or reload the form for the user to edit? thanks!
<input type="button" value="Edit" onclick=
"history.go(-1)">
this obviously takes the user back to the initial form page, however the form is reset. how do i 'save' or reload the form for the user to edit? thanks!