Hi there guys,
I'm working on a form that on the initial page load asks for the information. On that submit, it goes to a validating page where they're asked to fix any problems. Then on the final submission, the form is processed.
My question is this:
I'm using the same page with different cases to do this, so:
form.php > form.php?action=verify > form.php?action=submit
If the values aren't being modified during the verification process(meaning they didn't need to be fixed), do I have to do anything at all to get them to carry over to the next page load?
I have 20 variables, 3 of which needed some fixing. I just want to make sure that:
1) the data not being modified during the verification process carries over
2) It can't be mishandled along the way
thanks,
json