FormInfoGetFormField Method (String) |
Returns field object with data from specified field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public FormFieldInfo GetFormField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Field to get data from
Return Value
Type:
FormFieldInfoField or null if field does not exist
See Also