The Text Cell
The text cell represents a generic html paragraph <p> that can be used to include text in your form that's unrelated to the actual function of the form.
Create a text cell by clicking 'Text Cell' under the Form Elements heading in the 'Add New Element' menu:
Then edit the attributes for the text cell
and click the 'Create' button.
ID
ID is the document object model identifier for the text cell. 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.
Text
This is the text you want to appear in the text cell. This text is for decoration only and will not be sent to your form processing script when the form is submitted.
Editing / Deleting a Text Cell
The "Edit Text Cell" form is the same as the "Add New Text Cell" form with two exceptions.
First, the current values for each attribute are filled in. Edit these attributes as you wish then click the 'Save' text cell at the bottom of the form to save your changes.
Additionally, a link to delete the text cell can be found below the 'Save' text cell:
Click this link to permanently delete the text cell.