Im trying to place a link at the end of a form so when the user submits the form using a standard submit button the page being viewed is updated to a new page which displays a thankyou message and return link to homepage. The form is being submitted using the mailto action.
When the submit button is clicked an alert box warns of revealing email address to receipient and then returns you to the form.
I have tried using a simple <A HREF> tag to surround the Input tag containing the submit button and also using a call to a script to update the document.src
How can I have the page automatically update when the user submits the form via a mailto action?
When the submit button is clicked an alert box warns of revealing email address to receipient and then returns you to the form.
I have tried using a simple <A HREF> tag to surround the Input tag containing the submit button and also using a call to a script to update the document.src
How can I have the page automatically update when the user submits the form via a mailto action?