| FormInfoFieldExists Method  | 
            Returns true if the given field exists in the form definition
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic bool FieldExists(
	string fieldName
)
Parameters
- fieldName
 - Type: SystemString
Field name to check 
Return Value
Type: 
Boolean
See Also