wordpress - Multiple Mailchimp Subscription forms on one page conflicting -


i have conflict using 2 mailchimp forms on same page in wordpress. 1 subscribing emails newsletter (standard email form) , other being form collects people's information different mailing list.

now, following error:

mc-validate.js:189 uncaught typeerror: cannot read property 'replace' of  undefined   @ object.getajaxsubmiturl (mc-validate.js:189)   @ mc-validate.js:338   @ mc-validate.js:359   (index):536 uncaught syntaxerror: unexpected token = (index):536   

seems there conflict validating forms, conflicting on having same id. (id="mc-embedded-subscribe-form")

is there way have multiple forms on 1 page, , how able fix it? in advance.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -