I was hoping someone could help me with submitting the answers to an HTML form as parameters of a link. So for example, lets say the form looked like this:
Name: _______
Question: ______
Then, when the user types their answers, and hits submit, I want the answers to be placed as parameters of the link so that if the user types:
Name: Joe Smith
Question: How do I win?
When the user then presses submit, a link that looks like the following would be submitted:
https://myurl.com/Submit.asp?Name=Joe%20Smith&Question=How%20do%20I%20win?