FormHelper Versions Save

ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)

5.0.0

1 year ago
  • .NET 7 Support.
  • UseFormHelper function is not required anymore
  • support for radio buttons
  • formhelperToastr changed to fhToastr.
  • fhReset added to reset form and clean error messages.
  • jquery validation library updated.
  • bug fixes.

4.0.1

3 years ago
  • New embedded toastr plugin. ( formHelperToastr.success("Text here"); etc. )
  • New FormResult methods (with object)
  • Register method changed. ( AddControllersWithViews().AddFormHelper( opt => { opt... }) )
  • Showing error mesage for empty input fields (jQuery Validation).
  • .NET Core 3.0 support removed. (Min. 3.1+)

3.3.0

3 years ago
  • Updated to .NET 5.0 / ASP.NET Core 5.0

3.2.3

3 years ago
  • From now you can add FormHelper's script files to the end of the body tag.

3.2.2

4 years ago
  • Filling forms with json objects. => $("#FormId").fillFormFields(yourJsonObject)
  • Built-in toastr notification
  • Added bundle scripts in a single js file.
  • Focus on the first invalid input.
  • Support callback methods in a variable (like asp-callback="viewModel.process.add"...)

3.1.0

4 years ago
  • Reset form inputs after success (asp-resetFormAfterSuccess="true")
  • Set Toastr Position (asp-toastrPosition="ToastrPosition.BottomRight")
  • Set Default Toastr Position in Startup.cs

3.0.3

4 years ago
  • Added settings parameter for before send method.
  • Bug Fix: Empty messages throw error messages.

3.0.1

4 years ago
  • Bug Fix: CheckTheFormFieldsMessage for Html Helper.

3.0.0

4 years ago
  • Added ASP.NET Core 3.0 Support

2.1.0

4 years ago
  • asp-formhelper attribute