Forum Moderators: phranque
Include the logic of the "thanks.asp" into the "forms.asp" and let the forms page doing both:
If called out of the blue:
- show the empty form and let it submit to itself (method="post" action="forms.asp").
If called with form data:
- check the validity of the data and do the things you would have done in your thanks.asp.
Kind regards,
R.
- User submits their email address and all other info in form.
- User is sent to a page saying their information has been entered, click this button to see thanks.asp (user's email is sent to thanks.asp from a hidden input on this page).
- When user gets to thanks.asp look up in the db if a user with the email address specified exists in the db. If it does, then show the videos.
As mentioned before this can all be done on the same .asp page if you want.
None of my business, I know, but why on Earth would you want to make it hard for people to see sales videos? It's a whole new marketing approach to me!