PDA

View Full Version : Getting Form Results Emailed



alkey
07-10-2007, 10:35 PM
This probably is a basic question more than an "Advanced" one but this seemed to be the best place to put it. I've developed my own form, but I have hit a snag. I want the results to be emailed to one of my hostmonster accounts. What should I put in the ACTION="" and METHOD="" commands? Thanks in advance for your help!

The Pickled Jester
07-10-2007, 11:01 PM
Try this out:
<form id="Support" name="sendtoemail" method="post" action="http://www.hostmonster.com/monstermail" enctype="multipart/form-data" >

<input type="hidden" name="sendtoemail" value="support@pickledjester.com">