home > html editors > coffeecup

How to Add Email Forms Using Notepad

Using Notepad to add an email form to your website is very easy. The steps for doing so are outlined below.

A demonstration form created using Notepad can be seen here.

1. Create Your Form HTML

The first step in integrating an email form into your website is to build the actual HTML code for the form. The easiest and quickest way to create the form code is to use myContactForm.com.

myContactForm.com features a free online wizard that steps you through the entire form building process. myContactForm.com has just about any feature you could ask for including auto-responders, CAPTCHA, file attachements, CSS styling, data exports (Excel, CSV, Text, HTML, etc.), pre-made templates, and much more.

Click Here to read a tutorial on creating the form HTML using myContactForm.com.

2. Open Notepad

Start Notepad as you would normally do. This is typically done by clicking Start > Programs > Accessories > Notepad.

3. Create or Open the Page Where You Want the Form

a. To create a new page, go to File > New (or press CTRL+N).

b. To open the page where you want the form, go to File > Open File (or press CTRL+O).

4. Add the Form HTML to Your File.

a. Click the spot within the HTML code where you would like to insert your form.

c. Paste the form HTML into the code (Edit > Paste, or CTRL+V, or Right Click and Select Paste). If you do not have your form code created and copied, please read this tutorial to learn how to do so.

5. Save Your Form

a. Select File > Save As ...

b. Under Save as type: select All Files. Type in your File Name: and make sure to give it a valid extension (.html, .htm, etc.). Click Save.

6. Upload Your Form

Upload the file containing your form to your web server. This procedure will vary depending on which FTP client you use to upload your website.

7. Test Your Form

Open a web browser and go to the web page containing your form. Fill out the form and press the submit button to test it.

A demonstration form created using Notepad can be seen here.

Common Problems Encountered by Users:

I submit the form and get a form location error.

If you are using myContactForm.com, you will need to login and make sure that you've set the Form Location setting to the proper URL for your form.

a. Login to myContactForm.com

b. Click the Edit Button

c. Click the Basic Form Information Button

d. Enter all variations of the URL where the form will appear. Typically this is the full URL of your web form with and without the www subdomain.

e. Click