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