onlineFormTemplate
Stores templates for online forms, used in customer data collection and submissions.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal system-generated identifier for the record. | |
| content | String | The main content or body of the record. | |
| description | String | A brief description of the record or media item. | |
| isinactive | Boolean | Indicates whether the record or media item is inactive. | |
| isprivate | Boolean | Indicates whether the record or media item is private and restricted from public access. | |
| mediaitem | String | The associated media file or attachment. | |
| name | String | The name assigned to the record or media item. | |
| subject | String | The subject or title associated with the record. |