getFormItem()
Overview
public struct function getFormItem(
required string id
)
Retuns a form's item from the DB, converted to a useful struct. Keys are 'id', 'type' (a structure containing type configuration) and 'configuration' (a structure of configuration options for the item)
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | ID of the item you wish to get |