# Simple Form Question

**URL:** https://forum.kirupa.com/t/simple-form-question/232901
**Category:** web dev
**Created:** [July 18, 2007, 5:35pm UTC](https://forum.kirupa.com/t/simple-form-question/232901 "2007-07-18T17:35:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![psoxie](https://avatars.discourse-cdn.com/v4/letter/p/e19b73/32.png) [@psoxie](https://forum.kirupa.com/u/psoxie)
#### Post date: [July 18, 2007, 5:35pm UTC](https://forum.kirupa.com/t/simple-form-question/232901/1 "2007-07-18T17:35:26Z")

</div>

hello, i want a submit button for feedback that sends it directly to my email, without the user having to go to theirs. I have a small site, so verifying the email is not important. i have the following form and when i click submit, it just opens my email client and puts all of the info ready to send, i want it to just send automatically and bring up a confirmation page. help ? here is what i have:

\<CODE\>  
\<form [action="mailto:franny@frannysites.com](mailto:action=%22mailto:franny@frannysites.com)" method=“post”\>  
Your Name\<input type=“text” name=“name” /\>\<br\>  
Your Email\<input type=“text” name=“email” /\>\<br\>  
\<textarea name=“comments” rows=“5” columns=“150”\>What’s on your mind?\</textarea\>\<br\>  
\<input type=“submit” value=“Shout it!”\>  
\</form\>  
\</CODE\>
