Click or drag to resize
FormHelperGetFormFieldDefaultControlType Method (String)
Returns default form field control type according to the form field data type.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetFormFieldDefaultControlType(
	string fieldType
)

Parameters

fieldType
Type: SystemString
Form field data type

Return Value

Type: String
See Also