2020.1

Table Of Contents
ID's and classes are also useful with regard to variable data (see "Personalizing content"
on page762) and styling (see "Styling templates with CSS files" on page719).
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).
l
Wrap input with label places the input element inside the Label element.
l
Attach label to input ties the label to the input element using the for attribute of
the Label element.
l
Use label as placeholder inserts the given label text in the placeholder attribute of
the field.
l
No style omits the label altogether.
Note
The first two label styles ensure that when the user clicks the label, the input
element gets the focus.
4. The following options are only available for specific elements:
l
For a Text Area you can specify a number of rows.
l
For a Radio Button, the submit name indicates to which Radio Button Group the
Radio Button belongs.
l
For a Button, Checkbox, Hidden Field, and Radio Button you can set the value.
The value is associated with the input and will be sent on submitting the Form.
Tip
For other Form elements, you can set the default value to be the value of a
field in the record set; see "Specifying a default value" on page535.
l
For a Checkbox or Radio Button you can check checked or selected respectively
for the element to initially be checked/selected when the web page is shown.
Page 533