In specifying to use a (optional) Form Confirmation Page with my Form. What is the syntax to pass one of the form field values to the Confirmation (.asp) page when the Submit button is pressed. I want to be able to assign it to a variable on the Conf. page like passedvalue = Request("passedvalue"
e.g. What is the syntax to refer to the form field so I can use something like the following in the "URL of Confirmation Page" Form properties, Options box.
confpage.asp?passedvalue = FormName("formfieldname"
Thanks for any help
e.g. What is the syntax to refer to the form field so I can use something like the following in the "URL of Confirmation Page" Form properties, Options box.
confpage.asp?passedvalue = FormName("formfieldname"
Thanks for any help