Form Builder helps you build quick and simple forms that are integrated with Open Forum. This means form fields are automatically made available as Javascript variables and are automatically updated on the page when changed in a script.
Each row in the form definition on the right relates to a single input field. In its simplest form, the first words in the row are the fields label, with the last field being its variable name. A blank row will start a new row in the form. Each row has its own type. The default type in a text input field, but other types are available by starting the row with a type name followed by a colon.
This is the default type. You do not need to prefix the row with Input:
Text:This will provide a text box for multiline input
Checkbox:This will provide a checkbox that will have a value of true or false depending on whether it is checked
List:Provides a list of values that can be used in a select input
Select:This will provide a select box that can be populated with options from a List
Table:This will include an edtiable table with defined column names
View:This will display a variables value in the form
Note:This is for adding a comment in the form definition. It does not appear in the produced form
Form Name:This sets the name of the form for use in code. It should only be set once.
Message:This will display the given message text in the form
Title:This will display the given title in the form
Calculation:In Form Builder we have added the ability to perform in page calculations so small applications can be preformed with any need to create code elsewhere
Action:Adds a button that calls a function
×