Help me, I need an HTML code!?

  • Thread starter Thread starter JoshuaLandon
  • Start date Start date
J

JoshuaLandon

Guest
for a box where people can type something, hit submit, and the message be sent to my email. I need this DESPERATELY. Or i'd even be ok with a link that would direct the person to a web page where they can write something and hit submit and it be sent to my email. ANYTHING like this would work. Oh, and it's gotta be free. lol.
Can you help me?
please?

JoshuaLandon
Is there even an html code for this? there's GOTTA be somewhere...
 
well its not just HTML if you want an email to be sent with you, that requires a server side script such as PHP or ASP. the html coe where a user can type is <textarea name="mytext">Users text will go here!</textarea>. For the name="" , that can be whatever you want it to be. In my example the name is mytext. You should try googling free form submission service. Hope this helps! If you would like, I actually have a web server and can easily set it up for you free of charge. Just email me at [email protected]
 
Back
Top