Let Your Visitors Send E-mail to You Directly From Your Website, Using Instant Mailer
Here goes the code...
<FORM action=https://www.big-llc.com/formmailer/submit method=post target=_blank><INPUT type=hidden value=" email@id.com " name=fm-to> <INPUT type=hidden value="Your Subject Goes here" name=fm-title> <INPUT type=hidden value=Million Clues!: Thank You name=fm-redirect> <CENTER> <TABLE cellSpacing=1 cellPadding=1> <TBODY> <TR> <TD><TEXTAREA name=postBody rows=7 cols=23></TEXTAREA></TD></TR> <TR> <TD colSpan=2><INPUT type=submit value="Send Instant eMail" name=post> </TD> </TR> </TBODY> </TABLE> </CENTER> </FORM>Replace 'email@id.com' with the email address to which you wish recieve the email so that it reads... [ assuming that your email address is #-Link-Snipped-#... ]
<FORM action=https://www.big-llc.com/formmailer/submit method=post target=_blank><INPUT type=hidden value=" youremail@address.com" name=fm-to>Replace 'Your Subject Goes here' with the subject that you wish to see in youe inbox.
See this code...
<INPUT type=hidden value=Million Clues!: Thank You name=fm-redirect>
Replace '<a href="https://millionclues.blogspot.com/2007/01/thank-you.html" target="_blank" rel="nofollow noopener noreferrer">Thank You</a>' with the full address of the page to which the user must be redirected after the message is sent. You can redirect the user to a ThankYou page or so.
As the mailer opens in a new window the user does not loses the original page that the user was initially in.
See this code..
<TD><TEXTAREA name=postBody rows=7 cols=23></TEXTAREA></TD></TR>
Edit the numbers to adjust the size of the Text Area...
See this code
<TD colSpan=2><INPUT type=submit value="Send Instant eMail" name=post>
Edit the value="Send Instant eMail" to modify the text that appears in the submit button...
So that's it. Feel free to use it on your website if you are a webmaster.
Sourced From MC!