Click to See Complete Forum and Search --> : email verification (need help)
ovation
08-06-2003, 11:02 PM
I would like to know how to set the landing page after visitor has entered name and email address. Im using a java script code for email verification. I would like visitor to go to certain page after submitting. Need help. Thanks Michael
Exuro
08-07-2003, 02:24 AM
This is usually where the action="" attribute in your Form tag comes into play... You set it equal to the page you want the browser to re-direct to when the user submits the form. Of course, you probably already have this set to go to a CGI or PHP to handle your form... If that is the case then you're going to need to edit the server-side script so that the browser will display what you want. Hope that helps!