FormProvider Class |
Namespace: Kentico.Forms.Web.Mvc
public class FormProvider : IFormProvider
The FormProvider type exposes the following members.
Name | Description | |
---|---|---|
FormProvider |
Initializes a new instance of the FormProvider class.
|
Name | Description | |
---|---|---|
CreateFormComponent |
Creates a new form component instance based on its description in the form field.
| |
GetFormComponents |
Gets a list of form components which represent the model to be rendered in a view.
| |
GetFormInfo |
Gets FormInfo for the specified bizFormInfo.
| |
SendEmails |
Sends notification and autoresponder emails if the form is configured to do so.
| |
SetBizFormItemData |
Sets data from visibleFormComponents to given formItem.
| |
SetContact |
Sets the current contact identifier to given item.
| |
SetFormData |
Sets data of a form represented by a list of its components.
| |
UpdateFormData |
Updates form data of already existing BizFormItem.
|