• Resolved alexisfontana74

    (@alexisfontana74)


    Hello,

    On my site https://paxe7847.odns.fr/sav/, I can’t display the checkbox for the RGPD field. The sentence is displayed but the checkbox does not appear.

    Could you please tell me which parameter to change or provide me with the CSS code?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @alexisfontana74,

    Thanks for sharing your concern. I can see the theme CSS is overriding the form’s style. Please use the following CSS in the Custom CSS section of your form as a fix,

    input[type=radio], input[type=checkbox] {
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    }

    You will find the Custom CSS/JS settings under the Settings & Integrations section.

    This should resolve the issue.

    Thank you.

    Thread Starter alexisfontana74

    (@alexisfontana74)

    Hi,

    That work’s ! Thanks.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display the checkbox for the RGPD field’ is closed to new replies.