• Resolved tang01

    (@tang01)


    Issue with Form Checkboxes and Radio Buttons

    I’m experiencing an issue with the checkboxes and radio buttons on my website’s form. The form is created using Caldera form, but the checkboxes and radio buttons are not visible.

    I’ve tried changing the colors and adding custom CSS, but the issue persists.

    Can anyone provide insight into what may be causing this issue?

    For reference, here is the link to the page that contains the form:

    Screenshot of the issue is attached.

    https://drive.google.com/file/d/1XFk5lqiFjL2XGq_ty-tn9fIBqoemmsUV/view?usp=sharing

    • This topic was modified 1 year ago by tang01.
    • This topic was modified 1 year ago by James Huff. Reason: redundant link removed

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • tanvir2024

    (@tanvir2024)

    The issue is happening because of this
    https://tinyurl.com/24j4ndbu
    CSS that is coming from your theme. You can tweak CSS to make it work

    input[type=checkbox] {
    opacity: 1;
    visibility: visible;
    display: inherit;
    }

    or contact the theme support and they should be able to help you with this further.

    Thread Starter tang01

    (@tang01)

    Thankyou so much!! @tanvir2024
    Issue is resolved now!

    • This reply was modified 1 year ago by tang01.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form Checkboxes/Radio Buttons Not Visible’ is closed to new replies.