Does anyone know how to get a link in your view form that can save the data and bypass validation for a specific rule/ or all rules?
Here's how I want this:
1. The user clicks submit.
2. If a specific validation rule is not met, the user is notified about it and gets a button that can bypass the validation and save the data.
Here's how I want this:
1. The user clicks submit.
2. If a specific validation rule is not met, the user is notified about it and gets a button that can bypass the validation and save the data.