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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public FormFieldInfo GetFormField(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Form field guid

Return Value

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