Confirm modal inside beforeSave hook?
Is it possible to use the confirm modal in the beforeSave hook?
I perform a number of actions in beforeSave, some of which require confirmation. Is it possible to confirm some of the actions inside the hook?
I perform a number of actions in beforeSave, some of which require confirmation. Is it possible to confirm some of the actions inside the hook?
Solution
In this example, I think you have all the information you need to ask this question right in the form, no? If the condition is met, you can show a checkbox below the 2 fields.