Adding a Form in the HTML Editor.

This article covers the basic method of adding proper form tags to your page. For more comprehensive information about web forms, visit W3Schools or EchoEcho.

  1. Go to Insert > Form Items > Insert Form. This opens the Insert Form window.
  2. In the provided fields, enter your form method, MIME post method, and the URL where you would like the form results to be sent. This URL should contain a script for processing your form.

Note: For more information about form scripts and free script downloads, visit FreeScripts.com, The Site Wizard, or Matt's Script Archive, or do a Google search for "form scripts."

3. Click OK. The form code will be added to your page. The next step is to add form elements between the <form></form> tags. For more information about basic form tags, visit W3Schools or EchoEcho. For additional information about the form-creation tools available in the HTML Editor, consult these Knowledgebase articles:

Adding a Drop-Down List to an HTML Form
Adding a List Box to an HTML Form
Adding a Radio Button Group to an HTML Form

Rate This Article

You must be signed in to rate articles.