| FormInfoGetFormElements Method  | 
            Returns the List of the form elements.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic List<IField> GetFormElements(
	bool visible,
	bool invisible,
	bool hideSystemFields = false
)
Parameters
- visible
 - Type: SystemBoolean
Return visible fields - invisible
 - Type: SystemBoolean
Return invisible fields - hideSystemFields (Optional)
 - Type: SystemBoolean
Return non-system fields only 
Return Value
Type: 
ListIField
See Also