Form Tag

The form tag creates an HTML form that allows the user to input information. It uses the following format:

<div od-type=form name="form_name" htmlAttr="attribute_names"> ... <!--od section form close–>

where:

  • name.Optional. Specifies the HTML form name. If not specified, then SWE uses a name that it creates internally.

  • htmlAttr. Optional. The value for this attribute must contain the names of valid attributes that the HTML form tag contains. SWE applies these attributes to the HTML form that it creates. You cannot use the following values:

    • method

    • name

    • action