| FormInfoRemoveFormField Method  | 
            Remove specified form field.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic 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