Linking my HTML form "Submit" to my e-mail. Please! Help.?

Costa

New member
Is linking a HTML form to "submit" to my email inbox comparable to rocket science? Well so far, seemingly so... realistically, obviously not!

To get away from a simple page with my email spelled out for people to reach me I'd much rather have a form; it's quicker, it has a better look to it, and shows a bit more "tech-savvy" which is more reassuring when dealing with clients. I've gone through many articles, and they all point to a simple input. Something much like:

<form action="mailto:[email protected]" method="post">
...various inputs ...
</form>

<form method="post" action="mailto:[email protected]">
...various inputs ...
</form>

It's been a real hairpuller for me, and I'm sure there's something I'm missing. Something simple... at least I hope! Never the less I'd appreciate your input.

What worked for you guys? Is there something that helped you? In which case I'd love to know!

Many Thanks in advance.
Costa
 
Back
Top