Configuring inputs added to droppable areas

Use this procedure when configuring inputs added to droppable areas defined in an online form template.

About this task

The HTML template must contain tags that define droppable areas for the form field inputs. The template must define the input type and input name.

Procedure

  1. Drag the Form Field widget Radio button and Check box surrounded by dotted line image from the palette and drop it in a droppable area.

    The Form Field definition window appears. The values displayed in the Input type and Input name fields match the values specified by the HTML form field attributes in the HTML template you selected.

  2. In the Form Field definition window, click the Input type field and select a form field type. This field corresponds to the type attribute for the HTML <input> tag that creates this form field.
  3. In the Input name field, enter a value for the name attribute of the <input> tag.
  4. Depending on the type of input, click Add Html Parameter to configure any additional attributes necessary for the <input> tag.

    For example, for a radio button or check box, you must define the value attribute. For a text area, you should set values for the cols and rows attributes.

    • Enter the name of the attribute in the Parameter Name column.
    • Enter the value of the attribute in the Parameter Value column.
  5. In the Report Field Name field, enter a name for the input as you want it to appear in the Deliver tracking tables.
    Important: The name cannot exceed 30 characters.