How to disable validation on required fields when click on Save button in the form

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!

@GitarthaD33

Hi @Raju_Yadav, Remove the required condition for the fields and keep validation on submit button.

@Raju_Yadavany solutions you got?

@VIKRANTHV3031

i even have similar requirement .Any solution ?

@GiridharanVenkat

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 .