HTML form controls

An HTML editor is not complete unless it offers the possibility to create basic web forms with various controls, such as a site contact form (see below on example). From buttons to textareas or menus, the editor allows you to insert simple form controls into your HTML page. The Form toolbar presents the same buttons that you are familiar with if you have used an HTML editing application before:

 

When you add an empty form to the page, a red border is displayed to help you visualize its location:

 

When you insert form controls in your page, you will be prompted to add a form tag, if you have not done so already:

 

Each of the form controls has its own properties panel which you can use to set specific options. You can access these panels by selecting the controls in page:

 

Here is an example of a simple site contact form that you can create with the editor: