I created a form using the form wizard in FrontPage that includes email address. The data that is entered is sent to a database when it is submitted. I need to get the email address value on the next form that comes up after the form is submitted.
Do I need to use session variables? Can I do this with the asp code FrontPage created in the original form?
Thanks for any help!
More info: After the above, the user will click another selection (called code) and I need both the email address and the code selection to be sent to a different table along with other static data in the database once that page is submitted (which could be adding more than one record), and finally a page showing the table that was just created.
Do I need to use session variables? Can I do this with the asp code FrontPage created in the original form?
Thanks for any help!
More info: After the above, the user will click another selection (called code) and I need both the email address and the code selection to be sent to a different table along with other static data in the database once that page is submitted (which could be adding more than one record), and finally a page showing the table that was just created.