Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    (@dvankooten)

    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

    (@lomoco)

    This problems happens on my website with following URL: http://www.lomoco.de

    Thread Starter Lomoco

    (@lomoco)

    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

    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/

    Plugin Author Danny van Kooten

    (@dvankooten)

    @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, 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.