strudelhaus
Newbie
Posts: 1
Registered: 4/12/2006
Member Is Offline
|
| posted on 4/12/2006 at 10:03 PM |
|
|
how do you redirect to 'thank you page'??
took me a couple days of learning javascript, but i've made an awesome form all thanks to TIGRA FORM VALIDATOR!!!
THANK YOU!!!!
now I just need to know how to redirect ther user to a thank you page
i've found other scripts that do it simply, but i don't know how to mix scripts together
THANKS IN ADVANCE!
-jeff
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/13/2006 at 10:11 AM |
|
|
after the validator allows the form to be submitted to the server side you receive the data with the server side script which then sends the response
to the client with the new page ('thank you' page for example) or sends the redirect HTTP header. In any case this is not the validator's
responsibility.
|
|
|