socken
02-08-2006, 04:11 AM
Hi all! :cool:
I've created a form with multiple pages. The first page, form1.php, contains three methods:
show_form(), validate_form(), process_form().
Everything works fine, the form gets displayed and validated. If errors occur, the form gets displayed again with error messages.
NOW: If no errors occur, I want to submit the data to form2.php! How do I do that in the process_form()???
I had it sent to form2.php with the submit button, but now that I have a validation, I have no idea on how to do that?! :confused:
I've created a form with multiple pages. The first page, form1.php, contains three methods:
show_form(), validate_form(), process_form().
Everything works fine, the form gets displayed and validated. If errors occur, the form gets displayed again with error messages.
NOW: If no errors occur, I want to submit the data to form2.php! How do I do that in the process_form()???
I had it sent to form2.php with the submit button, but now that I have a validation, I have no idea on how to do that?! :confused: