I want to make a form basically that will when filled out and you hit submit will email me what you filled into the form? Like email me and it has it in the webpage a form you fill out...
How do i make a html form that when filled out will email me?
If you don't mind revealing your address and getting spammed...You can do it without any server script
%26lt;form action="mailto:admin@example.com" enctype="text/plain" method="post"%26gt;
%26lt;p%26gt;Name: %26lt;input name="Name" type="text" id="Name" size="40"%26gt;%26lt;/p%26gt;
%26lt;p%26gt;E-mail address: %26lt;input name="E-mail" type="text" id="E-mail" size="40"%26gt;%26lt;/p%26gt;
%26lt;p%26gt;Comment:%26lt;/p%26gt;
%26lt;p%26gt;%26lt;textarea name="Comment" cols="55" rows="5"
id="Comment"%26gt;%26lt;/textarea%26gt;%26lt;/p%26gt;
%26lt;p%26gt;%26lt;input type="submit" name="Submit" value="Submit"%26gt;%26lt;/p%26gt;
%26lt;/form%26gt;
Otherwise, you can consult your provider to find out if they have premade forms for your use which do not reveal your address and are somewhat spam free.
Reply:Go to freedback.com or emailmeform.com ; It will be better if you go to emailmeform.com, because it allows you to make many forms, but freedback allows you to make only on form. After you have made your form, there will be an option for getting the html code. Copy and paste it on your website, and you're done. My website is misscyrus.com, contact me there, if you need any other help. All the best!
Reply:You need to use any language like PHP or ASP and server support php for example . and then you can to do that.
No comments:
Post a Comment