Hi @supportdelfino,
The EU Opt-in Compliance plugin will allow you to store checkbox opt-in in a merge field as well as storing the checkbox opt-in language as a note on the subscriber’s profile.
To follow these updates, check out our GDPR Roadmap thread here:
https://ww.wp.xz.cn/support/topic/mailchimp-roadmap-for-gdpr/
Thank you,
Kevin.
Thank you Kevin. Sorry but I don’t understand reply on that post…
Is it possible that “EU Law Compliance Extension by YIKES” stores the consent? Where have I to insert code?
OR is it possible to remove the default choice in radio buttons?
Thank you so much
Sorry – I meant to link the whole post which goes over the changes we’re making. These changes aren’t live yet but yes, you will be able to store consent – we will let you know when this is live.
Perfect, thank you very much!
Another suggest:
1. make it possible to insert 2 checkbox for privacy (some UE regolamentation, like italian, requires 2 checkbox!)
2. don’t have a default selected option in radio buttons! Just this simple edit it would be great!!!
Thank you so much!
1. I’m looking into the possibility of multiple checkboxes but it’s not as easy as it looks. Are you sure two checkboxes are required? I’d really like to launch with a single checkbox coming from the EU Compliance plugin.
2. Because the plugin has worked like this for so long I think it would be detrimental to a lot of users to change this. However, I understand that checkboxes/radio buttons cannot be pre-checked so we will find a solution for this. The most likely implementation is another checkbox on the field saying “no default choice.”
Thank you very much for your feedback,
Kevin.
P.S. If you’re interested in installing a beta version of the EU Compliance Plugin let me know as a single-checkbox version should be available later today.
Hi Kevin and many thank you!
1. Yes, some UE nations, for example Italy, require two checkboxes (one for privacy, one for marketing purpose)…
It can be, easily, solved with (2) radio buttons, without default preselections π
If you put a default checkbox (with “no default choice”), for MC, is a field with a value (and it’s not compliant with DPGR)!
Think about it… anyway on Mailchimp there isn’t a pre-selected choice!
Many Many thanks to you Kevin, great support!
An idea (seen into another plugin): it would be perfect if you consent the integration of checkbox field (now disabled) with rules “required”…
In this mode plugin can be completly compliant on UE laws and old users don’t have any problems!!!
Thanks again Support and Kevin!
Hey @supportdelfino,
Sorry, I’m not sure what you mean. Can you explain that more?
Which checkbox field are you referring to? And do you mean you want a way to make the checkbox required?
Thank you,
Kevin.
Hi Kevin, I’m doing some tests… we’re almost there… I’ve only a request:
I’ve create on Mailchimp 2 checkbox field (as “interest groups”… instead of radio buttons)
So, in your plugin, I’ve create a form with these 2 checkbox (“interest groups”) and set them as a “Field Required”…
all right… BUT how can I delete the error message “A required interest group is missing”?
See screenshoot: https://imgur.com/dVwtQQW
I try to add a rule “display: none” but it doesn’t work… how can I hide the firs red line?
I don’t want that message appear (because I use it for another purpose, not of a group but of privacy!)
So my last question is: How can I hide (or translate) that text?
THANK YOU very much for all!
It is possible to change the message “A required interest group is missing,” however, it is not possible for your submission to be sent to MailChimp without all of the required fields being filled out.
Yes, sure. I would only change that error message: how can I edit it?
So plugin works perfectly!
Thank you Kevin for all!
Here is the filter:
add_filter( 'yikes-mailchimp-required-interest-group-missing', 'yikes_mailchimp_customize_missing_ig_message', 10, 3 );
function yikes_mailchimp_customize_missing_ig_message( $message, $form_id, $missing_fields ) {
return 'You are missing an interest group. OR WHAT EVER YOU WANT TO SAY HERE! :)';
}
You’re very welcome π
We should also be releasing v6.4.2 today which will include the No Default options and will include a lot of updates to the EU Compliance Add-on!
Thank you very much for all Kevin. Great work for now!
I try it later
Best regards π
Sorry: but WHERE have I to add that filter?
In Editor/css custom? Or…?
Thanks