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

NameTypeRequiredDescription
idstringYesID of the item you wish to get