| BaseFormBuilderAddFieldInternal Method | 
            Adds form field info to the form to the specified position.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxprotected string AddFieldInternal(
	FormFieldInfo ffi,
	string category,
	int position
)
Parameters
- ffi
- Type: CMS.FormEngineFormFieldInfo
 Form field info which will be added
- category
- Type: SystemString
 Category name
- position
- Type: SystemInt32
 Field position in the category
Return Value
Type: 
String See Also
See Also