• Resolved tdper

    (@tdper)


    I love this plugin, but I just discover it disables checkboxes in Contact Form 7. Is there a workaround?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Intar IT

    (@tomiskym)

    Dear @tdper,

    Can you send me link to screenshot or paste the code of your contact form?
    What type of inputs are you using in your form?

    • This reply was modified 6 years, 8 months ago by Intar IT.

    I can confirm – I have a “remember-me” checkbox input on a custom login page plugin. This styling in checklist-in-post/css/checklist_in_post_frontend.css is applying to all checkbox inputs:

    
    input[type="checkbox"]{
    position:relative;
    height:0;
    width:0;
    opacity:0;
    top:0px;
    position:absolute;
    }
    

    It simply needs the class prefix like so: .checklist_in_post input[type="checkbox"]{...

    Plugin Author Intar IT

    (@tomiskym)

    Thanks for help. I just updated the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox in Forms’ is closed to new replies.