Good afternoon developers, i been searching the Internet for two days with this problem and gotten some answers but none seem to work.
I have a text box which the user will input their email address within. I also have a button that when pressed, i would like it to email me the information in the text box and also redirect the user to another page that will simply act as a confirmation page that we recieved the email. I have the text box and when the button it pressed it sends me an email, this is working perfect but i do not know how to make the button redirect to another page with the same click of the button. Help please here is some of the code. Thank you.
<form action="MAILTO:myemail@mydomain.com" method="post" enctype="text/plain">
<input type="text" name="mail"
value="Email Here" size="20" style="font-family: Arial Narrow"> <input type="submit" value="Unsubscribe" style="font-family: Arial Narrow">


Reply With Quote

Bookmarks