first of all congrats on the amazing platform and for having the open modal option. It’s a live saver.
This is just a minor quality-of-life improvement that helps with UX to minimise number of clicks for our users.
Since Modals in many cases include forms that only need to be filled once, it’d be great to have the possibility of adding an Action on “Successful form submission” that automatically closes the modal and allows the user to keep on going with whatever they were doing in the platform.
This works for the following use cases: Contact Us form, Sign up form, Create New Item in a List form…
Hi!
You could achieve this by using an action button opening a modal. In this modal you would have a page with just a form, nothing else.
And from there => some of my custom codes can do the trick to show an alert box - a message - a reload whatever.
This is a workaround but it works! (before action buttons, this is how we all did )
Thanks for the input. I did go through this thread, I will try modifying it for my use case.
Before the actions button, I used a different method to refresh the page (which also closed the modal) - a custom button with JS to reload the URL. But closing the modal similar concept didn’t work.