Title: Multiple forms on a single page
Last modified: August 30, 2016

---

# Multiple forms on a single page

 *  Resolved [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/)
 * Hi!
 * Quick question about this awesome plugin!
 * I’m using multiple Easy Forms on a single page, but when I test this, it always
   signs me up for the last displayed form on the page, wether I use the first, 
   second or last form. I hope you understand me (I’m Dutch).
 * I’m using Visual Composer btw. I saw another post about this, but it was very
   technical.
 * I hope you can help me out!
 * David
 * [https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/page/2/?output_format=md)

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680606)
 * Hi David,
 * I think I understand what you are after. We are currently working on a patch 
   to get out this weekend or Monday that should hopefully resolve this weird bug.
   We have a few other things to get in there from our to do list.
 * I’ll keep you posted as we get closer to releasing a patch. Ideally we’d like
   to build in support for visual composer so things work as intended.
 * Thanks!
    Evan
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680611)
 * Hi Evan!
 * Thanks for your quick response!
 * I’m looking forward to the patch 🙂 It’s an amazing plugin!
 * David
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680623)
 * Thanks David! I’m glad that you’re enjoying it. As I make some progress I’ll 
   be sure to keep you posted.
 * Evan
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680714)
 * Hi Evan!
 * Just wondering if you know when the update will be out! 🙂
 * David
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680726)
 * Hi David,
 * I don’t know off the top of my head, but definitely at some point this week. 
   I’m trying to get as many updates as I can in for this patch.
 * I have a few things working, but need to tweak a couple of other things. I’ll
   be sure to keep you posted!
 * Evan
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680730)
 * Ok! Thx for your quick response!
 * I’m looking forward to the update. Good luck with the finishing touches!
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680760)
 * Hi David.
 * We just released the update that contains the new patch.
 * Thank you!
    -Tracy
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680761)
 * Hi Tracy!
 * I updated the plugin, but still having the same issue…
 * My client is getting impatient, so I hope you have a fix for my problem!
 * David
 * EDIT: i just noticed the visual composer integration! Awesome. I’m trying this
   right now, maybe this fixes my problem.
 * EDIT: nope, even with the visual composer version of the plugin the signup forms
   still subscribe to the last form on the page.
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680764)
 * Do you have a link to the page on the site with your forms?
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680766)
 * [http://www.geloofwaardigspreken.nl/download-gratis-e-books/](http://www.geloofwaardigspreken.nl/download-gratis-e-books/)
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680767)
 * Hi David,
 * I am actually seeing the issue on my end as well, and I can see exactly what 
   is causing that to happen.
 * The javascript file gets enqueued, but only gets one set of localized data – 
   which includes the form ID and associated data.
 * If multiple forms exist on the same page, the ajax functionality will reference
   the last form on the page due to the localized_data being passed to the javascript
   file.
 * I am going to get this patched up. I should be working on this issue along with
   two other minor style tweaks in the dashboard today.
 * Thanks,
    Evan
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680768)
 * Hi Evan!
 * Great that you found the problem! And even more awesome that you’re working on
   it.
 * My client wants this page up and running this week. Do you have a temporary fix
   for me? Or is an update coming out these couple of days?
 * David
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680769)
 * The update is actually going to be quite involved. Since we localize the data
   and pass it to our ajax function, I’m going to need to build in an additional
   ajax function that retreives the forms data, instead of actually passing it into
   our js file.
 * Ideally I’ll have the update out tomorrow. I bumped this up to the top of my 
   list as the AJAX functionality is quite an important feature for us. It will 
   certainly be out before the weekends over.
 * I’m over at WordCamp NYC for contributor day today, so this is what I will be
   contributing today 🙂
 * Thanks again!
    Evan
 *  Thread Starter [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * (@stilld)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680770)
 * Great! Looking forward to the update!
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/#post-6680772)
 * Hi David,
 * If you have a testing environment setup, I’d love it if you could test the latest
   release before I push anything to the repository. I’d like to make sure that 
   your issues is resolved before pushing the patch out globally.
 * If you’re at all able to do some testing, you can download the latest beta release
   from our staging branch:
 * [https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/tree/staging](https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/tree/staging)
 * If not, sit tight – I’d like to do some more testing before pushing anything 
   out to the repository.
 * Evan

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/page/2/?output_format=md)

The topic ‘Multiple forms on a single page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 22 replies
 * 3 participants
 * Last reply from: [VersGemerkt](https://wordpress.org/support/users/stilld/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-forms-on-a-single-page/page/2/#post-6680783)
 * Status: resolved