How to Open Another Modal from Action Modal?
Hello!
So I want to build an import excel with Actions. After the user successfully imported the file, I want to automatically close the import modal and open another modal to display the result of the import. How to do that?
If it is not possible, how to put some text under the form to display the result?
Here is my current code of the import action.
5 Replies
You can try with :
How to know the modal ID?
Do I have to create another action for the result modal to get the modal ID?
Yes, the id will be the name you put in the ::make()
Unfortunately, the modal still does not appear.
Here is the import action code.