Custom Form Builder The Custom Form Builder allows you to quickly generate your own form and add it to a Rich Text Editor on any of your pages. You can drag and drop new fields onto your form, and when completed, get the HTML code you need to add to your Rich text Editor.
Form Settings To begin, you will need to enter your form settings.
- Form Name - The name you will use for the form, like "Feedback" or "Contact".
- Email - The email address you want the form to send to.
- Successful - The page your visitor is sent to after filling out the form, like "home.html" or "thankyou.html".
- HTML or Text - This sets whether the email you receive from the form is in formatted HTML or plain text.
Toolbox The toolbox allows you to add new fields to your form. You can click and drag the field type you want over to the form and it will automatically be added. You can then click and drag the new field to change it's position in the form. If you would like to remove a field, click on it and a red x will appear. Clicking the X will delete the field. The available field types are:- Textbox
- DropDown
- Textarea
- Radio Buttons
- Check Boxes
- File Upload
- Reset Button
Properties When you click a field to edit it, the field properties will appear in the bottom left. This allows you to control the label and options for the field. You can click these properties to make changes to them.
When Your form is finished, click Get HTML at the top of the page and a window will come up. Copy the contents and then paste it into the HTML option of the Rich Text Editor you want the form to appear in. Save the page and the form will appear when you next publish the site.
|