This relates to a previous question I had asked about filling out a php form and using those answers to populate a page. When finished filling out the form, I want to determine what page it goes to after you submit the form by a dropdown you choose while filling out the form.
For example, you type in:
Your Name
Phone Number
Then from a drop down you'd pick "Page 3".
Then hit submit.
I would need it then to redirect you to "Page 3" because that's the one you chose in the drop down. I know this should be simple, I just can't seem to figure out how to do it. Thank you in advance to all that help!
Example
In the script your form submits to:
~