How to Create a Free Email Form




(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)





How to Create a Free Email Form
Log in to answer.
Copyright © dBuggr LLC - All Rights Reserved.
nishantbaxi 1:43 am on May 30, 2010
HTML Forms
1.
Step 1
Open your Notepad application.
2.
Step 2
Copy and paste the following code:
Contact Form
FORM action=”mailto:eHow@eHow.com” method=”post” enctype=”text/plain”>
Name:
Email:
Comment:
3.
Step 3
Change the part of the code “eHow@eHow.com” to reflect your own email address.
4.
Step 4
Save the file in the appropriate folder in your server.
JavaScript Form
5.
Step 1
Fire up your Notepad application.
6.
Step 2
Copy and paste the code below:
First Name
Last Name
EMail
Phone
Address
function submitform()
{
document.myform.submit();
}
7.
Step 3
Save the file in the appropriate folder on your server.