Success Message in Modal
-
Hi – I have an issue with a form in a modal window. The form works fine, but the issue is after submission the page reloads and the success message is in the modal, which is now closed so the user does not see it.
Can I have the success message appear in the modal, and somewhere else on the page? I’m using target=”#form” to bring the user to a specified section on the page after reload and if I could also show the success message there then that could work. But is it possible to have the success shown outside of the form as well? If yes, how could this be achieved.
Otherwise I can redirect to another page redirect=”/thank-you/” but is it possible to pass the success message onto this this page? If so, how can I do this?
Thanks
- The topic ‘Success Message in Modal’ is closed to new replies.