Im doing a simple signuppage using Mailchimp Extended. As the plugin does not have the GDPR checkbox option in usin the normal checkbox from bubble.
However i cant get it to work. - I want a popup to show up if the subscriber has not checked the GDPR checkbox before executing the Mailchimp Extended plugin.
Hey @jgravenslund,
Thank you for your message and for using the Mailchimp Extended Plugin.
It looks like the popup isn’t showing because the condition for the unchecked checkbox might not be working as expected. Here are a few quick things you can check:
Double-check your condition – make sure the popup is set to show when the checkbox is unchecked, and it’s the right checkbox being referenced in the workflow. If you have many checkboxes on the page you might be referring to a different one - naming elements on the page properly should help in the future.
Order of events – ensure the popup shows before any Mailchimp actions. You can also use the “Terminate this workflow” action if the checkbox isn’t checked to stop the Mailchimp process from running.
Debug mode – try stepping through the workflow using Bubble’s debug mode to see if the popup condition is being triggered properly.
These steps should help get that popup working. Let me know if you need more help!