Title: SUBSCRIBE button doesn&#8217;t work
Last modified: November 26, 2020

---

# SUBSCRIBE button doesn’t work

 *  Resolved [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/)
 * Hi,
    after yesterday update of Divi theme the newsletter subscribe form on the
   bottom of home page seems not to work, while it was working fine before. If you
   click the SUBMIT button nothing happens, no merror, no message, Any idea?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubscribe-button-doesnt-work-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13715262)
 * Hey [@drauth](https://wordpress.org/support/users/drauth/),
 * Thanks for reaching out to us.
 * Can you please go to the “MC4WP > Others” menu in WordPress and share with us
   any errors listed there?
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13717091)
 * — Nothing here. Which means there are no errors!
 * Also after setting to display Everything…
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13717743)
 * I add that when trying in the form preview mode it works!
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13719106)
 * Hey [@drauth](https://wordpress.org/support/users/drauth/),
 * Please check the screenshot at [https://www.dropbox.com/s/x245w0ookacwnyu/Screenshot%202020-11-28%20at%2012.20.29%20PM.png?dl=0](https://www.dropbox.com/s/x245w0ookacwnyu/Screenshot%202020-11-28%20at%2012.20.29%20PM.png?dl=0).
 * I see some errors but while our plugin code is listed there the errors do not
   seem to be coming from our plugin.
 * Can you please disable all caching/optimization plugins and let us know?
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724445)
 * Hi,
    thanks, I did the test you mention but without results. But, but… I did 
   another test: I put the code [mc4wp_form id=”3005″] in a page and the subscribe
   form works perfectly! So, the problem arise only when used in a widget… Any idea?
   Thanks Simone
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724538)
 * Are you sure the widget you’re testing with is really our widget and not from
   another plugin?
 * If the shortcodes work I suppose you can just put the shortcode in a HTML or 
   Text widget.
 * Hope that helps. If you have any questions, please let me know!
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724583)
 * Here the widget, it seems yours? [http://prntscr.com/vsqm42](http://prntscr.com/vsqm42)
 * I obviously tried to put the shortcode in HTML or text Widget, but didn’t work.
   
   S.
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724678)
 * Yes that seems to be our widget.
 * What happens when you put the shortcode in a text or html widget?
 * I’ve noticed that on some themes only the text widget takes shortcodes, while
   on other themes only the html widget does…
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724779)
 * Doing a test page [https://www.moncadayb.com/test-mailchimp-subscrition/](https://www.moncadayb.com/test-mailchimp-subscrition/)
   I found an intersting thing: on that page the form works also in the widget (
   bottom). The same widget doesn’t work in all other pages…
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13724861)
 * It’s duo to angular.
 * On the test page there is no angular “stuff” added to the form, but on the other
   page that i checked angular was taking over the form and preventing our plugin
   from receiving the data.
 * Is there some class you can add to the form so that Angular leaves it alone?
 * [https://github.com/ibericode/mc4wp-snippets/blob/master/forms/add-class-to-form-element.php](https://github.com/ibericode/mc4wp-snippets/blob/master/forms/add-class-to-form-element.php)
 *  Thread Starter [Drauth](https://wordpress.org/support/users/drauth/)
 * (@drauth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13725556)
 * Sorry,
    I am not sure to undestand. Should I add the code you linked me in github
   to my function.php? Thanks, Simone
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13725894)
 * Not as is… but I vaguely remember there is some class you can add to a form to
   tell Angular to leave the form alone. If you are not sure about this you can 
   ask your theme developer about this as I’m assuming it’s your theme that’s adding
   Angular to everything on your site.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘SUBSCRIBE button doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/subscribe-button-doesnt-work-2/#post-13725894)
 * Status: resolved