| LayoutTemplateCollectFormElements Method | 
            Collects form elements from the given container.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void CollectFormElements(
	Control container,
	string fieldName,
	bool useFFI = false
)
Parameters
- container
- Type: System.Web.UIControl
 Container to examine
- fieldName
- Type: SystemString
 Field name provided by the parent container
- useFFI (Optional)
- Type: SystemBoolean
 Indicates if form field information should be used to initialize inner form controls
 See Also
See Also