Page 1 of 1

reusing submitted form values??

Posted: Fri May 13, 2005 7:26 am
by ant_sutton
Hi everyone.

Could anyone help mw with this simple problme please? I have a html form that when submitted takes you to a comfirmation page to confirm what was entered into the form. Is there a way to have a 'resubmit' button that copies the values entered into the form and pastes them into the original form so another entry can be made quicker without having to select all the valeus again.

Thanks alot

Posted: Fri May 13, 2005 7:52 am
by anjanesh
You can either use Sessions or simple include <input type="hidden"> tags for the ones already posted.
Sessions is better.

Dont see how this is related to Theory & Design

Posted: Fri May 13, 2005 8:45 am
by patrikG
moved to PHP Code