Click or drag to resize
KenticoFormItemControllerSubmit Method

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult Submit(
	int formId,
	int formItemId,
	bool sendNotificationEmail,
	bool sendAutoResponderEmail,
	bool isUpdating
)

Parameters

formId
Type: SystemInt32
Identifier of the submitted form.
formItemId
Type: SystemInt32
Identifier of the form record to be edited.
sendNotificationEmail
Type: SystemBoolean
If true notification email is sent.
sendAutoResponderEmail
Type: SystemBoolean
If true auto responder email is sent.
isUpdating
Type: SystemBoolean
Decides whether this request updates form's markup e.g. due to visibility conditions.

Return Value

Type: ActionResult
See Also