Click or drag to resize
AbstractDefaultLayoutCreateInvisibleField Method
Creates invisible field with default value if field is not public and it is not allowed to be empty.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void CreateInvisibleField(
	FieldCreationArgs args
)

Parameters

args
Type: CMS.FormEngine.Web.UIFieldCreationArgs
Form field settings
See Also