- Enter the form's name in the "name" field. You will likely want this name to appear in the website menu hierarchy.
- The "version" field is optional, but you can give your own version number to a form if you want. (e.g. 1 or 1.1 or 2 etc).
- The "database table" field determines if this form manages records in the Presto database. For forms that simply mail their contents, this field should be left empty. If a table (type of content) is selected in it, then a Presto Programmer may need to be involved in setting this up.
- The "file log type","log to database","incremental log", are rarely used options for logging the form contents into a text file or XML data file in Presto. A Presto programmer is required to verify their operation.
- In the public website display of a form, the "description" field will be shown at the top of a form by default.
- Various form tag attributes are included to enable a form to be sent elsewhere on the internet for processing, to enable it to have different looks, or to have it appear in a popup.
- The "form field naming" field controls whether the form's fields use names you establish for them, or whether the fields use Presto-coded names. This doesn't affect the display of form field labels and data, but it does control the naming of form field data sent back to the receiving server or process.
- The "javascript" field is a place to put any custom javascript functions (without encompassing <script ...> tags) that the form uses.
- The "thanks" field will be displayed to users on successful completion of a form.
- The remaining fields are currently used by Presto programmers in certain situations for custom modification of a form's contents, and entry of form contents into a database.
7) Now that you have created a new form, you will probably want to remove the special rule that allowed this form to be created under its parent page, so that we can get the default sub-page creation options back for that page. To do this, navigate to that page, click "Properties", deselect the "Form" option in the rules field, and press "Save".