Displays plain success/error/exist/… messages after sending form
-
Hi, when submitting the form, my screen leaves the website and displays this:
{"status":"new","msg":{"successMsg":"Thank you, you have successfully registered !","errorMsg":"Something wrong occured","existMsg":"You have already registered","invalidMsg":"Your email address is invalid"},"redirect":""}
The link to the page I need help with is a boxzilla pop-up, which displays the sendinblue form. The problem is not the cause of boxzilla, as you can scroll down all the way on the main page where I put another form, where the same thing happens.
The form code looks like this:
<p class="sib-email-area"> <label class="sib-email-area">Email-Adresse*</label> <input type="email" class="sib-email-area" name="email" required="required"> </p> <p> <center> <input type="submit" class="sib-default-btn" name="submit" value="Anmelden" ><br> <small><p>Deine E-Mail-Adresse wird nur verwendet, um Dir unseren <br>Newsletter und Informationen zu Sonderangeboten zu senden. <br> Du kannst jederzeit den im Newsletter enthaltenen Abmeldelink nutzen.</p> </small> </p> </center>
However, I am receiving welcome emails from sendinblue and the contacts also get added. The problem is only that the user gets redirected to this page displaying all the messages.
Appreciating any help.
Of course I will delete all of your e-mails (or use fake ones) used for testing purposes.
The page I need help with: [log in to see the link]
- The topic ‘Displays plain success/error/exist/… messages after sending form’ is closed to new replies.