After filling the form by keeping required fields empty, when user clicks on Save button it should disable the validation on the required fields, How can I achieve this?
Hello @Raju_Yadav,
Are you setting “Finish Assignment” in the action set of the Save button?
If so, then you might want to remove this.
Thanks!
Hi @Raju_Yadav, Remove the required condition for the fields and keep validation on submit button.
@Raju_Yadavany solutions you got?
i even have similar requirement .Any solution ?
this might work but to be in consistent across application.it is a big change for us .
question here is we have required fields and click on save button should save the form with out client side validation errors on the required fields .