Disable 'Create' and 'Create & create another' buttons until all required fields are filled
I'm using a form with multi-step wizard, where each step has some required fields. Now, while create button doesn't work until all validation conditions are met; it is difficult to see the issue if you click on it at a certain step in the wizard, whereas the validation issue is on some other step.
Is there a way to disable/hide these buttons until all validation conditions (such as required fields) are met? Alternatively, can it be made to jump to the step containing the first validation issue?
Is there a way to disable/hide these buttons until all validation conditions (such as required fields) are met? Alternatively, can it be made to jump to the step containing the first validation issue?