home > html editors > komodo edit
Build a Contact Form with Komodo Edit
Komodo Edit can be used to add an email form to your website. The steps for adding an email form to your site using Komodo Edit are outlined below. Please note that this tutorial was created using Komodo Edit 5.0. The procedure may vary slightly if you are using a different version.
1. Create Your Form HTML
Get started by generating your form HTML code using a free form service such as myContactForm.com. To get started doing this, please read our tutorial.
2. Open Komodo Edit
Start Komodo Edit as you would normally do.
3. Create or Open the Page Where you Want the Form
a. To create a new page, go to File > New > New File (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. Move the cursor to the location within the HTML that you would like to locate the form.

b. 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.

e. Click the View > Preview in Browser to ensure the form looks correct.

5. Save Your Form
a. Select File > Save (or CTRL+S).

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 Komodo Edit 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 need to login there and make sure that you've set the Form Location setting to the proper URL of 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. You can also use wildcards (*) in this setting. For examples using http://www.mydomain.com/* would allow the form to be placed on any page uploaded to mydomain.com.

e. Click ![]()
