I have a requirement where I want to control all the validations in the form in the following manner:
- The ‘Save’ button should save the form without running any validations.
- The ‘Submit’ button should save the form after running the validations.
Can this be achieved without writing custom code? If custom code would be needed, how will it look like? Any suggestions would be helpful.
