How to Create a Form
Creating a form on the new page
Step 1
In edit mode, click on the icon
Step 2
Creating the form - after clicking on the edit icon, a page similar to this will show.
Step 3
Click on the Insert arrow button that points to the space where a form component is to be added. Then choose the type of component to be inserted.
Types of form components
Form: Attachment
Form: Page break
Form: Selection
Form: Text
| Text component | |
| Text | It is just that, a text box. |
| Letters and digits | This is a text box that is one line, instead of multiple lines like a text box. |
| Numeric value | This variant will only allow numbers to be added in the text line. If they enter non-numeric information, when the user clicks on the Submit button they will receive a * Please submit a valid value for the field above. Only a numeric value is allowed. error. |
| Date | This is a text line which will be followed by a "SET DATA" button. This button will bring up a calendar for the user to choose a date from. If the user chooses to type in a date and does not enter the date in a YYYY-MM-DD format they get an error: * Please submit a valid value for the field above. Date format is YYYY-MM-DD. |
| This type checks for the proper format of an email address and will also error out if entered incorrectly. | |
| URL | This expects a properly formedURL, including http://. If default text is desired, it can be entered into the default text box. |
Form: Submit
Thank you page
Note
Divider
Do not use the Divider component in a form. If a divider is added to a form: 1. The page will not look different (the divider does nothing on a form page) 2. When a person fills out the form a database entry (and if the email option was set, a corresponding email will be sent) for each section. There are two for each divider (one before and one after the divider). For example, if a single divider was inserted on a form page, for every person submitting the form, there would be two records added to the database.
To return to the Using Forms Index click here.
