getFormField()
Overview
public struct function getFormField(
required string formName
, required string fieldName
)
Returns the raw definition of the given field within the given form.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| formName | string | Yes | Name of the form in which the field is defined |
| fieldName | string | Yes | Name of the field to get |