Click or drag to resize
LayoutTemplateRegisterSubmitButton Method
Registers BasicForm's submit button.

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 RegisterSubmitButton(
	FormSubmitButton child,
	string fieldName
)

Parameters

child
Type: CMS.FormEngine.Web.UIFormSubmitButton
Control to be registered
fieldName
Type: SystemString
Field name
See Also