Forum Moderators: coopster
I will have a one-box form requesting an 8 digit number that will vary depending on who enters it.
I need the redirect to go to a url that includes the number entered into the form box.
Example:
Data entered into form: 12345678
url for redirect: http://www.example.com/12345678/info
I believe this is pretty easy to do for someone who knows what they are doing (which apparently is not me!)
Thanks for the help :-)
[edited by: jatar_k at 1:16 pm (utc) on Mar. 30, 2008]
[edit reason] examplified url [/edit]
When I upload to the server, enter the required data into the form, and click "submit", it takes me to a blank page and the url address showing at the top is the website address that the form is on with the addition of the php file name instead of going to the target webpage. Puzzling indeed!