Hi, hoping you can help. Looking at integrating the subscribe function into our site. When you click on subscribe I found that the page redirects to subscribe.php and then you get one of the following messages depending on the result.
New Member: { "alert": "success", "message": "You have been subscribed to our email list." }
Existing Member: { "alert": "error", "message": "Member Exists" }
Error: { "alert": "error", "message": "Whatever the error message is" }
So it works well. What I would like to know is it possible to change how these messages are displayed?
Instead of going to another page where the above text is displayed on a blank page (looks so basic after you have been using the rest of the site) are we able to either get the messages displayed the same way as in the contact form where it pops up on the same page....OR....is it possible to get it to redirect to another page altogether for example a thanks page.
Thanks in advance for all your assistance.
