• Resolved Thomas Clausen

    (@tntc1978)


    Is it possible to display the GDPR Checkbox and text UNDER the email input box. At the moment it is above.

    Would it also be possible to have it, as an opt-in possibility?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ales

    (@alesmal)

    Hi Thomas, absolutely.

    Use this custom CSS:

    
    .cmp-form-notes {
      order: 2;
    }
    

    You might wanna also left alignment to make it look better, you can add this to snippet above.

    text-align: left;

    Ales

    Thread Starter Thomas Clausen

    (@tntc1978)

    Great. Thanks Ales, that works like a charm. What about having the check box it, as an opt-in possibility?

    Plugin Author Ales

    (@alesmal)

    Could you elaborate, checkbox to opt-in for what action?

    Ales

    Thread Starter Thomas Clausen

    (@tntc1978)

    Sure. The GDPR consent box is filled (tick is prefilled), but it should be an opt-in option, so that I as a user should actively consent to the Privacy Policy.

    Plugin Author Ales

    (@alesmal)

    OK, so basically change the default from checked to unchecked checkbox.

    I believe you are right about that and I will make the change in the next plugin update ??

    Thanks for helping us to make the plugin better!

    Ales

    Thread Starter Thomas Clausen

    (@tntc1978)

    Thank you for stellar support ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display GDPR Checkbox and text UNDER the email input box’ is closed to new replies.