Title: Subscribe Button is &quot;missing&quot;
Last modified: August 22, 2016

---

# Subscribe Button is "missing"

 *  Resolved [Lomoco](https://wordpress.org/support/users/lomoco/)
 * (@lomoco)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/)
 * I have added a mail form in the side bar, using the MailChimp-SingUp-Form. The
   form appears nicely, but I miss the “subscribe”-Button to send the form.
    I am
   sure it is my fault. Any help is very welcome. Thanks a lot
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  [SharonChen](https://wordpress.org/support/users/sharonchen/)
 * (@sharonchen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851304)
 * I encountered the same problem. The “subscribe” button from my opt-in form disappeared.
   I have had a few readers wanting to subscribe to my list but couldn’t. It would
   be much appreciated if this issue could be resolved asap. Thanks so much!
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851402)
 * Hey both,
 * Do you have an URL to your site? There’s not much I can do without it, as this
   issue is not one that’s happening to all of us.. 🙂
 * Also, was the submit button there before and did it disappear all of a sudden
   or was this after a certain event or action?
 * Thanks!
 *  Thread Starter [Lomoco](https://wordpress.org/support/users/lomoco/)
 * (@lomoco)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851403)
 * This problems happens on my website with following URL: [http://www.lomoco.de](http://www.lomoco.de)
 *  Thread Starter [Lomoco](https://wordpress.org/support/users/lomoco/)
 * (@lomoco)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851404)
 * There was the submit button before, but I don’t know why and when it disappeared.
   I use Worpresss 4.1.1 and MailChimp for WordPress Lite Plugin Version 2.2.6
 *  [SharonChen](https://wordpress.org/support/users/sharonchen/)
 * (@sharonchen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851405)
 * Ever since I updated the plugin to the newest version, the subscribe button has
   disappeared. So I went ahead and downgraded the plugin to an older version, problem
   solved. But I would like to be able to update the plugin though. Thanks so much
   for looking into this!
 * URL: [http://gourmetpersuasian.com/](http://gourmetpersuasian.com/)
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851409)
 * [@sharonchen](https://wordpress.org/support/users/sharonchen/), your form mark-
   up is missing a `"` in the HTML for the submit button. It should look like this.
 *     ```
       <p><input type="submit" value="Subscribe" style="background-color: orangered; text-shadow: #333;" /></p>
       ```
   
 * After changing that, you can safely upgrade to the latest version of the plugin.
   🙂
 * [@lomoco](https://wordpress.org/support/users/lomoco/), there’s no sign of the
   submit button now and the upgrade should definitely not have removed it, so I’m
   not sure what’s going on here.
 *  Please manually add the submit button to your form. You can use the following
   HTML for that or simply use the “Add MailChimp field” tool located on the right
   side of the screen when editing your form.
 *     ```
       <p>
       <input type="submit" value="Subscribe" />
       </p>
       ```
   
 * Hope that helps. If not, let me know!

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

The topic ‘Subscribe Button is "missing"’ 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/)

## Tags

 * [Send Button](https://wordpress.org/support/topic-tag/send-button/)
 * [subscribe button](https://wordpress.org/support/topic-tag/subscribe-button/)

 * 6 replies
 * 3 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-is-missing/#post-5851409)
 * Status: resolved