| FormInfoAddFormItem Method  | 
            Adds form item at the specified index or at the end if the index is not specified.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic void AddFormItem(
	IField formItem,
	int index = -1
)
Parameters
- formItem
 - Type: CMS.DataEngineIField
Inserted form item - index (Optional)
 - Type: SystemInt32
Index of newly inserted item 
See Also