mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

For the dynamic form submit, how to add an additional Save button which does not do FF client side validation? #107

Open michael-ye opened 3 years ago

michael-ye commented 3 years ago

We have a dynamic form generated by using PropertyVMs. The Form Submit button works with FF client side validation when ProprtyVM.NoOptional set to true. We like to add a "Save" button, which can bypass FF client side validation, and do all the validation on the server side. How we can do this?