By Progress
This repo contains a set of MVC widgets, which you can use to extend the functionality provided by the built-in MVC forms.
Enhance the MVC Forms in your Sitefinity project with the following new widgets:
CountryField
StateField
DateField
ConfirmationField
To implement the widgets, you need to build them from the source code. Make sure your development setup meets the following minimal requirements:
This article assumes that you are using Visual Studio 2019. The older versions of Visual Studio may have small changes in the described UI elements but the process is very similar.
To use the Sitefinity.EnhancedForms
with your Sitefinity CMS site perform the following:
SitefinityWebApp.sln
Sitefinity.EnhancedForms.csproj
to your Visual Studio solution. SitefinityWebApp
, add a project reference to the Sitefinity.EnhancedForms
project.After you build the Sitefinity.EnhancedForms
project, you can use the new form widgets in your project's frontend. To do this, perform the following: