2019.1

Table Of Contents
Form" on page534 or "Changing a Form's properties" on page537). If the name attribute is
omitted, the data of that input field will not be sent at all.
The Form's validation should ensure that the data that the user submits is valid.
Using Form elements
Web Form elements can be used in a Web Form or in a Capture OnTheGo Form (see "Forms"
on page689 and "Capture OnTheGo" on page549). This topic explains how to add these
elements to a Form and how to prepare them so that when the Form is submitted, they provide
valid data that can be handled easily.
For a list of Form elements, see "Form Elements" on page694.
For a list of the extra elements that can be used in a Capture OnTheGo form, see "COTG
Elements" on page681.
Adding elements to a Form
To add an element to a Form or Fieldset, click inside the Form or Fieldset, select Insert > Form
elements, and choose the respective element on the menu. (When the element isn't available
via the menu, see the tip below.) Now you can change the element's settings:
1.
Add an ID (required) and, optionally, a class.
Note
The ID will be copied to the name attribute of the element. The name attribute is
what identifies the field to the receiving server-side script. To change the name,
select the element after inserting it and type the new name on the Attributes pane.
ID's and classes are also useful with regard to variable data (see "Personalizing content"
on page761) and styling (see "Styling templates with CSS files" on page718).
2. Type a label, or choose No label under Style, to omit the label. (For Label elements there
are no other options to be set.)
3. If applicable, choose a style for the label (for the label of a Checkbox, for example, you
can't set a style).
Page 539