-
Form Help
I have a feedback form on my web page that is submitted VIA email. I want the site to go to a "thank you for entering" type page when submit is clicked. how would I go about doing thi.s The form submits just fine, but the site just stays on the form page. How do I fix this?
-
How are you posting the form? into an ASP page? PL? CGI? PHP? Can you post a sample so we can have a look at?
Thanks
-
Umm. yeha
this is my form tag
<FORM Action="mailto:[email protected]" method=post>
-
try adding the onclick event to your submit button and use javascript to load another page...
eg
<input type="submit" onclick="document.location.href='aknowledgement.htm';">
Hope this what you are looking for
-
I'd advise using a specific script to deal with that because it can do that and much more besides. Not only that but not all browsers support form mailing like that