Form

The Form element should contain a single attribute to define the form: a name.

<Form name="My Custom Form">

If the form is stored in the database as an independent Form object, the name must be unique; no two Form objects can share the same name. This restriction does not apply to Forms defined inline within a workflow approval step. While a name is required for independent Form objects, it is recommended but is not required on inline forms.