Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    I tested with up to date versions of Contact Form 7, MailPoet and this plugin without any issues.

    Please check that you have added the MailPoet field into your contact form, it should look something like this:
    [mailpoetsignup mailpoetsignup-533 mailpoet_list_1"sign up"]

    There should be at least one mailpoet_list_# listed. If there is not, then you will need to delete the field and add a new one, making sure you select the field you’d like to have the subscriber added to.

    Currently the email field also needs to be named ‘your-email’, so it would be something like this:
    [email* your-email]

    Hello,

    Same problem for me since the last update. The checkbox appears but it is not adding the subscriber to MailPoet.

    All plugins are up-to-date and WordPress version is 4.2.5 and email field is ok.

    Here’s the code for contact form : [mailpoetsignup newsletter class:newsletter mailpoet_list_1 “Je m’abonne à la newsletter des bières bretonnes !”]

    Thank you for your help.

    Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @kldro, it looks like your issue is the name of the field, it must start with “mailpoetsignup”.

    If you change your field to this, it will work:
    [mailpoetsignup mailpoetsignup-newsletter class:newsletter mailpoet_list_1 "Je m'abonne à la newsletter des bières bretonnes !"]

    Hello @jessepearson,

    Thank you very much for your very quick support ! It worked perfectly.

    But it’s strange because the previous code worked very well before the last update. I think I won’t be alone with this problem.

    Thank you again for your help and for your work on this plugin.

    Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    No problem ??

    If you don’t mind, could you go to the Github page and download the latest version and test it. It should now allow the field to be named whatever you wish.

    I used:
    [mailpoetsignup mynewsletter mailpoet_list_1 default:on "Signup"]

    yes I’ll try ??

    It works perfectly! ??

    But the attribute “class:newsletter” is still not working.

    I used :
    [mailpoetsignup bzh-newsletter class:newsletter mailpoet_list_1 “My text”]

    Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    It looks like that’s working for me.

    I used your code, but added an id and turned the default on for testing purposes.:
    [mailpoetsignup bzh-newsletter id:my-id class:newsletter mailpoet_list_1 default:on “My text”]

    This was the result:

    <input type="checkbox" name="bzh-newsletter" value="mailpoet_list_1" class="wpcf7-form-control wpcf7-mailpoetsignup newsletter" id="my-id" checked="checked">

    I then used your exact code, just to make sure it wasn’t some weird conflict and still got the correct class with the field:

    <input type="checkbox" name="bzh-newsletter" value="mailpoet_list_1" class="wpcf7-form-control wpcf7-mailpoetsignup newsletter">

    Hello,

    Thank you very much for the support. Everything is working now! ??

    Bye

    Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    No problem. I just pushed the updates live.

    @janet, never heard back so I am assuming your issue is resolved, as well.

    Hi people, i used this plugin but when i try to use the form, i’m not added to the subscribers list.
    Check my contactForm :

    [email* email-821 placeholder "Votre email"]<br />
    [mailpoetsignup* mailpoetsignup-34 mailpoet_list_1 "Je souhaite m'abonner à la newsletter GénérationsJardins"]<br />
    [recaptcha]<br />
    <p>[submit "Envoyer"]</p>
    Plugin Author jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @ martinbouillaud unfortunately your email address field must be named your-email for this to work.

    This is something I hope to fix, I just have not had the time.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Contact Form 7 not adding subscriber to Mailpoet’ is closed to new replies.