Table of Contents

Class FormWidgetViewModel

Namespace
Kentico.Forms.Web.Mvc.Widgets
Assembly
Kentico.Content.Web.Mvc.dll

Form widget view model

public class FormWidgetViewModel
Inheritance
object
FormWidgetViewModel
Extension Methods

Properties

DisplayValidationErrors

Decides whether validation errors that occur during evaluating visibility conditions are supposed to be displayed.

public bool DisplayValidationErrors { get; set; }

Property Value

bool

FormAfterSubmitMode

Form after submit mode.

public FormAfterSubmitModeEnum FormAfterSubmitMode { get; set; }

Property Value

FormAfterSubmitModeEnum

FormAfterSubmitRelatedValue

The value indicating what will happen after a form submission.

public string FormAfterSubmitRelatedValue { get; set; }

Property Value

string
See Also

FormComponents

Form components of the currently selected form.

public List<FormComponent> FormComponents { get; set; }

Property Value

List<FormComponent>

FormConfiguration

Configuration of selected form.

public FormBuilderConfiguration FormConfiguration { get; set; }

Property Value

FormBuilderConfiguration

FormName

Name of the currently selected form.

public string FormName { get; set; }

Property Value

string

FormPrefix

Generated prefix for unique form field identifiers.

public string FormPrefix { get; set; }

Property Value

string

IsFormSubmittable

Indicates whether the form widget can be submitted, or is intended just for viewing.

public bool IsFormSubmittable { get; set; }

Property Value

bool

LanguageName

Language name.

public string LanguageName { get; set; }

Property Value

string

SubmitButtonImage

Image source of the submit button.

public string SubmitButtonImage { get; set; }

Property Value

string

SubmitButtonText

Text of the submit button.

public string SubmitButtonText { get; set; }

Property Value

string