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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterSubmitButton(
	FormSubmitButton child,
	string fieldName
)

Parameters

child
Type: CMS.FormControlsFormSubmitButton
Control to be registered
fieldName
Type: SystemString
Field name
See Also