Hi all,
I have two forms on my web site using the CAPTCHA. if the user enters the incorrect letters I want to redirect them back to the same form and flash up a message to try again.
To do this, I need the incorrect page to be a variable not a Constant:
Const strIncorrectCAPTCHApage = "contact.asp?result=1"
I want this > Const strIncorrectCAPTCHApage = myvariablepage
I've passed accross the page name in a hidden field and wrote an if statement to switch the myvariablepage, but it doesn't seem to work?...so can I make the incorrect page a variable?
Thanks