March 27th 2010
Hello, I want to add an HTML code looking like this:
http://freelancefolder.com/wp-content/uploads/image-18.png
But when they enter their email address and click subscribe the email they put in will be sent to my email address. So I can have a contact list..
Thanks!
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Programming & Design | 4 Comments »
March 29th, 2010 at 5:37 pm
This website will do all the code for you, just copy and paste:
March 30th, 2010 at 12:26 pm
What you are asking for cannot be done with only HTML. PHP would be needed to process the form and send the email.
April 2nd, 2010 at 3:50 am
Simply use form to accept email and method in form tag use mailto!
April 3rd, 2010 at 1:05 am
Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent “mailto:” action to get the form info sent to you.
Your current hosting package MUST allow SMTP ( ) to work. Otherwise, no email can be sent.
Use any of the below sites to make the workable form you need:
For making forms:
These are really good online form makers. Just follow the instructions for making it and uploading file(s).
(Best-est) (WYSIWYG Form Maker)