Click or drag to resize
LayoutFormAddFormElement Method
Adds control for the field according to specified type.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected virtual void AddFormElement(
	FormFieldInfo ffi,
	string ffType,
	string ffName
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
ffType
Type: SystemString
ffName
Type: SystemString
See Also