• Resolved supportdelfino

    (@supportdelfino)


    Hi Support, your plugin is great but I’ve a little question (about UE and DPGR):
    1. is it possible, in “EU Law Compliance Extension by YIKES”, make sure that when someone selects checkbox, consent choice is stored on Mailchimp (for example by inserting that value into a field of MC) …. OR
    2. in standard plugin, make sure that for radio buttons there is not a choice selected by default, in form builder? This would solve many problems (without considering that even MC does not give obligation of a selected default box in radio buttons!)
    Can you help (european) people? Thank you very much!

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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://www.ads-software.com/support/topic/mailchimp-roadmap-for-gdpr/

    Thank you,
    Kevin.

    • This reply was modified 6 years, 6 months ago by yikesitskevin.
    Thread Starter supportdelfino

    (@supportdelfino)

    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

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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.

    • This reply was modified 6 years, 6 months ago by yikesitskevin.
    Thread Starter supportdelfino

    (@supportdelfino)

    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!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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.

    Thread Starter supportdelfino

    (@supportdelfino)

    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!

    Thread Starter supportdelfino

    (@supportdelfino)

    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!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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.

    Thread Starter supportdelfino

    (@supportdelfino)

    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!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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.

    Thread Starter supportdelfino

    (@supportdelfino)

    Yes, sure. I would only change that error message: how can I edit it?
    So plugin works perfectly!

    Thank you Kevin for all!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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 ??

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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!

    Thread Starter supportdelfino

    (@supportdelfino)

    Thank you very much for all Kevin. Great work for now!
    I try it later
    Best regards ??

    Thread Starter supportdelfino

    (@supportdelfino)

    Sorry: but WHERE have I to add that filter?

    In Editor/css custom? Or…?

    Thanks

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘UE Checkbox’ is closed to new replies.