• Resolved karolinestrand

    (@karolinestrand)


    My contact form does not show the check box for accepting the terms and conditions. If I click many times around the area of where it is supposed to be it will be marked as checked when I send in the form, but I need to have it visible.

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

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    It’s a style from your theme hiding all checkboxes. Add the following style to overwrite that one and make the checkbox appear:

    #fbuilder input[type='radio'], #fbuilder input[type='checkbox'] {
        opacity: 100% !important;
    }

    Add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Check box not apperaring’ is closed to new replies.