• Resolved bababoom

    (@bababoom)


    Hi!

    I try to use your plugin in combination of “Contact Form 7 SendInBlue Opt-in Checkbox”, the usual code to make it work is:

    [email* your-email]
    [checkbox sendinblue-opt-in default:1 “Subscribe” ]
    [hidden sendinblue-list-id “13”]

    But with Material Design enabled, nothing works..

    Can you help me by any chance? 🙂

    Best!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @bababoom,

    Is your site live? Can I take a look at it somewhere?

    Thanks,
    Angus

    Thread Starter bababoom

    (@bababoom)

    HiAngus,

    Sure, the form in which I’m searching to add it is on that page:

    https://repost.fatstep.com/chain-request/

    Best,
    Simon

    Plugin Author GusRuss89

    (@gusruss89)

    Hi Simon,

    The checkbox doesn’t seem to be on that page at all. Is that the issue? Or have you removed it for now?

    If you removed it, can you please add it back for a while so that I can debug the issue?

    Thanks,
    Angus

    Thread Starter bababoom

    (@bababoom)

    No I just removed it temporarily, the thing is I don’t even know how to format them in CF7..

    How would you write it considered the usual code of my first post?

    Best,
    Simon

    Plugin Author GusRuss89

    (@gusruss89)

    Hi Simon,

    It would look like this.

    [md-form]
    
    ... any other form fields
    
    [md-text label="Your email address"]
    [email* your-email]
    [/md-text]
    
    [md-checkbox label="Subscribe to our newsletter"]
    [checkbox sendinblue-opt-in default:1 “Subscribe” ]
    [/md-checkbox]
    
    [hidden sendinblue-list-id "13"]
    
    [/md-form]

    Let me know how that goes for you.

    Thanks,
    Angus

    Thread Starter bababoom

    (@bababoom)

    Hi Angus,

    Thx for the code, the mention “subscribe to our newsletter” is displayed but not the checkbox.

    Here is where you can test it:
    https://repost.fatstep.com/test

    Best,
    Simon

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @bababoom,

    That’s pretty strange. Try this version (I’ve just swapped the quote marks and removed the extra space).

    [md-form]
    
    ... any other form fields
    
    [md-text label="Your email address"]
    [email* your-email]
    [/md-text]
    
    [md-checkbox label="Subscribe to our newsletter"]
    [checkbox sendinblue-opt-in default:1 "Subscribe"]
    [/md-checkbox]
    
    [hidden sendinblue-list-id "13"]
    
    [/md-form]

    Thanks,
    Angus

    Thread Starter bababoom

    (@bababoom)

    Hey Angus,

    Cool! Now checkbox is displayed well but the new contact is not added in sendinblue.

    Note: I don’t use

    [md-text label="Your email address"]
    [email* your-email]
    [/md-text]

    but

    [md-text label="Your email"]
    [email* your-email001 your-email]
    [/md-text]

    before the checkbox part as email was already in my form.

    Thanks,
    Simon

    Thread Starter bababoom

    (@bababoom)

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @bababoom,

    I don’t know how the sendinblue plugin works, but here are my guesses.

    The plugin probably requires that you call the email field your-email, but if you’re already using that, then you won’t need to repeat it. Just delete the second one.

    Also, the 13 in this part [hidden sendinblue-list-id "13"] will need to be the list ID of your sendinblue list.

    Thanks,
    Angus

    Thread Starter bababoom

    (@bababoom)

    Hey,

    I’ve removed the your-email001 as it was indeed useless in my case but same reaction, sendinblue doesn’t receive the new contact (the list number is good).

    Since the checkbox is now well displayed in MD, I’m gonna ask the sendinbox opt-in dev 🙂

    Thanks for your help and patience Angus!

    Best,
    Simon

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Email subscription checkbox (Sendinblue)’ is closed to new replies.