How can I display the response of a MailChimp form submit in a modal box instead of redirecting?
问题 I currently have a standard form for users on my site to signup for our mailing list: <form class="form-stacked" action="http://coworkDF.us2.list-manage.com/subscribe/post" method="post"> <input class="span3" id="MERGE0" name="MERGE0" type="email" autocapitalize="off" autocorrect="off" placeholder="e-mail"> <input type="submit" class="btn float-right mail-send" value="Enviar"> </form> Instead of redirecting them to the confirmation page, I'd love to display that confirmation in a modal box