Hey guys ,
I’m trying to create a simple contact form with a checkbox where the sender give permission for his details to be added onto Mailchimp marketing list.
Something similar to this one: checkout-email-consent hosted at ImgBB — ImgBB
You’ve probably see it on hundreds of other websites, but this is proving to be quite difficult with Bricks. I’ve already touched up on it in this thread here: NO BUG: Issue connecting to Sendgrid list - #5 by Bloggs - Bugs - Bricks Community Forum
In a nut shell, I’ve got a contact form where website visitors send me an enquiry.
Now, I want to be cheeky and I want to add their email address onto my Mailchimp marketing list, so I can hit them with marketing messages.
However, due to GDPR, I need to get the sender’s permission where they agree, for his email to be added onto my Mailchimp list.
So I would like to add a simple checkbox to the form asking user for the permission.
If the checkbox is checked, this means that the user agrees with me adding the details for Mailchimp. In this case, two actions are triggered - Email action that sends the enquiry, and the Mailchimp action that records the details on my connected Mailchimp list.
But If that checkbox stays unchecked, that means that the user doesn’t agree. In this case only the Email action is triggered to send the enquiry, but not the Mailchimp action since user didn’t give permission.
So with the Pro Forms, is it possible to create a condition for the action itself ? If checkbox is checked, then both actions Email & Mailchimp are triggered. If the checkbox is not checked, then only Email action is triggered?
Or is there any other way I could achive this in the Form?
Thanks, Jo