FormInfoRemoveFormField Method |
Removes specified form field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public bool RemoveFormField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of a field to remove
Return Value
Type:
BooleanTrue if successfully removed, false otherwise
See Also