The Generic Group Element
The generic group element represents an html <div> and is used to group related elements in the form without applying any default presentation (unlike the fieldset which has a default border and legend).
Create a generic group by clicking 'Generic Group' under the Form Groups heading in the 'Add New Element' menu:
Then edit the attribute for the generic group
and click the 'Create' button.
ID
ID is the document object model identifier for the generic group. The important thing to remember about any id you assign is to make it unique among all the elements in the form. The editor will remind you if you try to assign a duplicate id to any element.
Editing / Deleting a Generic Group
The "Edit Generic Group" form is the same as the "Add New Generic Group" form with two exceptions.
First, the current value for the attribute is filled in. Edit this attribute as you wish then click the 'Save' button at the bottom of the form to save your changes.
Additionally, a link to delete the generic group can be found below the 'Save' button:
Click this link to permanently delete the fieldset.
Note that when you delete a generic group from your form, any form elements that were grouped in the generic group are automatically removed before it is deleted and will remain in the form. See the Controls Overview documentation for more information.