• Resolved Rick0316

    (@rick0316)


    I have a contact 7 form inserted but the checkbox is not visible which is a big problem because in order to send the form, user have to accept the privacy terms (checkbox). Checkboxes from other forms are visible in other pages. Any suggestions?

    Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @rick0316,

    Thank you for contacting support, kindly note that our plugin doesn’t add any style to display the form. The form comes with it’s default style and i have seen your url but your theme is causing this issue.

    Your theme has a style which displays all inputs appearance as none and it appears on other pages because for those pages your theme has a style which over rides that css style. We have found the cause and the fix is to add this css in your main or child theme’s css

    span.wpcf7-form-control.wpcf7-acceptance input {
        -webkit-appearance: checkbox;
        padding: 0;
        line-height: 1;
        min-height: 0;
    }

    Hope this answer will get the problem resolved.

    Thank You!

Viewing 1 replies (of 1 total)
  • The topic ‘Checkbox not visible’ is closed to new replies.