August-11-2010
Filed Under (Other - Computers) by admin

I’m trying to make a form so people can make email addresses on my site. I want to create a form. I already designed the form but I’m not sure how to make the contents in the form be emailed to me.

Thanks!

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Webnews
  • MisterWong
  • Y!GG


Comments
m12 on August 12th, 2010 at 11:29 pm #

What you are asking is impossible, but with scripting, you can create a seperate page where anything that visits it will be e-mailed to you, and have the form send the information here.

Answer 2.0 on August 13th, 2010 at 9:55 am #

Hi,

In HTML “mailto” is used in the anchor tag…
My email
When you click on this link, system will open your default email client for example outlook, from there you can send the email.

However if you need an HTML form to send the inputs directly to your email address, you will have to use either PHP, ASP, CGI or Perl etc.

The simplest way is to use the PHP mail form scripts. Below are few links to the form mail scripts…

1.
2.
3.

All above scripts are easily customizable if you have some basic knowledge of HTML & PHP.

I hope this will help you…

Regards,
Muhammad Uzair Usman
Freelance web2.0 web designer

Post a comment
Name: 
Email: 
URL: 
Comments: