Confirmation modal before action.
Im trying to show a confirmation modal after pressing the submit button.
At the moment it looks like this:
Adding an extraModalFooterAction and putting the submitAction to false could be a solution and i've tried it. The problem im running into is that I cant access the $data coming from the parent form.
If I could access that $data I could probably execute the action I want upon confirming.
What im looking for is:
I have the action that I posted with my form.
When I press the submit button I want a confirmation Modal to show.
Upon confirming that modal I want to execute the action with the $data from the form.
0 Replies