Click or drag to resize
FormInfoGetFormField Method
Returns field object with data from specified field.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public FormFieldInfo GetFormField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field to get data from

Return Value

Type: FormFieldInfo
Field or null if field does not exist
See Also