Click or drag to resize
FormInfoRemoveFormField Method
Removes specified form field.

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

Parameters

fieldName
Type: SystemString
Name of a field to remove

Return Value

Type: Boolean
True if successfully removed, false otherwise
See Also