I embedded three different customized mailchimp forms in an html page that point to one list (each form has two similar fields and one different hidden field).
Everything works excluding one thing. The responses messages (success or error) are displayed in the same page in the div #mce-response only for the first form. In the other two the responses are loaded and displayed in another blank page. I'd like to have the reponses displayed in the same page for all the three forms.
I'm not a Java Script user but after a bit of research I found that this deals with the external script:
<script type='text/javascript' src='http://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
Is there any solution through mailchimp settings or we have to use JavaScript file?
I understood that this script is valid only for the first form. Any idea how to do this? Thanks