Sunday, May 23, 2010

How to make such a form on my website which can send me the data on my email?

how to make such a form on my website which can send me the data on my email?





How the data entered by a visitor in this form can reach in my inbox (say yahoomail etc.)?





Do I need to make java script or anything else for making this possible.





Please help.
How to make such a form on my website which can send me the data on my email?
if you don't want to bother writing it yourself search google for "form makers". they will make the form for you as you select various things and then click the generate form button.





copy the html code they give you into your site. the emails will go to an account on the form maker's server. paid ones are reliable and allow you to receive more emails per month.
Reply:we can send the forms data by email without using the outlook express. visit www.mphatic.net Report Abuse

Reply:This is an real simple HTML form that serves your purpose. You will need to edit (me@myisp.com) to your email address.





%26lt;form name="form1" method="post" action="mailto:me@myisp.com"%26gt;


%26lt;p align="center"%26gt;Please enter your name, email and comments.


%26lt;p align="center"%26gt;Name:


%26lt;input name="name" type="text" id="name"%26gt;


%26lt;br%26gt;


Email:


%26lt;input name="email" type="text" id="email"%26gt;





%26lt;br%26gt;


Comments:%26lt;br%26gt;


%26lt;textarea name="comments" id="comments"%26gt;%26lt;/textarea%26gt;


%26lt;br%26gt;


%26lt;input name="ok" type="submit" id="ok" value="Send Email"%26gt;


%26lt;p align="center"%26gt;(results sent to me@myisp.com)


%26lt;/form%26gt;

No comments:

Post a Comment

Blog Archive