• Resolved shanemery

    (@shanemery)


    Here is what I have in my Contact Form but the acceptance box is not displaying. I have also tried the checkboxes and they do not display either. Suggestions on how to fix? Thank you!

    <p>GDPR Agreement (required)<br/>
    [acceptance acceptance-37 optional] “I consent to have this website store my submitted information so they can respond to my inquiry.”</p>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jainil Nagar

    (@jainilnagar)

    Hello @shanemery

    The issue is with your CSS, not the pluign. Add below CSS to fix the checkbox issue.

    input[type="checkbox"] {
        height: 15px;
        width: 15px;
        appearance: auto;
    }
    Thread Starter shanemery

    (@shanemery)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkboxes & Acceptance buttons not diplaying’ is closed to new replies.