Customize form widgets

When working with MVC forms, you use form fields and elements to design the form. Form fields facilitate collecting user input and persisting the input in the response. Form elements do not facilitate user input. They display visual, non-input helper information within the form or to make use of features such as page breaks, navigation, captcha, and so on. The following picture demonstrates the difference between form fields and elements:

Form fields and elements

 

You can customize fields and elements to suit the requirements of your forms. To do this, you use Sitefinity CMS MVC abstract classes and interfaces:

  Model abstract class  Model interface  Controller abstract class  Controller interface 
Fields  FormFieldModel  IFormFieldModel 

FormFieldControllerBase<T>
where T: IFormFieldModel 

IFormFieldController<T>
where T: IFormFieldModel and IFormFieldControl 
Elements FormElementModel  IFormElementModel  FormElementControllerBase<T>
where T: IFormElementModel 
IFormElementController<T>
where T: IFormElementModel 

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?