Disable Double Opt-in with Mailchimp Integration

Hello,

I integrated Mailchimp in Webflow and it works like a charm. Unfortunately, we always have the “double opt-in” process.
which means when someone signs up using the form, he receives a confirmation email

We can’t disable it with mailchimp settings, only using the API.
See this post : forms - How to disable Mailchimp double opt-in PHP - Stack Overflow

Is there any way to do this in Webflow ? Or any workaround ?

Thanks a lot,

Jerome.

Hi @bestelgram, that is an excellent question. However, at this time Webflow does not have any provisions to allow PHP code to be run on the projects due to security concerns.

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.

Hi Do you have any updates on this? I found that Webflow can integrate this very easy.

If you implement this into the api code with a checkbox that allows user to turn off Double-Opt in:

Status = subscribed - box is checked
Status = pending - box is unchecked

Oh and here is the link to the new API 3.0 for Mailchimp

http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/

Any updates on this?