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

NameTypeRequiredDescription
formNamestringYesName of the form in which the field is defined
fieldNamestringYesName of the field to get