I have a formidable form at https://tinyurl.com/checkboxissue and I can't see the checkboxes. I can see them in build form mode but not live on the web. I can click near where they "would" be and the check mark shows up, but I can't see the boxes. I change the background to the form thinking they were both white but still can't see them. I don't see anywhere in the builder to change how they are shown to try to fix this. Any help is appreciated.
I saw some posts with different custom css but adding the code didn't seem to help...likely wasn't formidable form specific?
Please login or Register to submit your answer
Are you referring to the checkboxes that are supposed to appear when you select a "Delivery Method"? It looks the checkboxes are hidden based on CSS whose selectors start with "et". So I'm guessing your theme is the culprit.
It also might have to do with something that got changed in the formidable styles for checkboxes. I'm seeing some questionable stuff in:
.with_frm_style .frm_checkbox input[type=checkbox]
I can see your checkboxes but you have quite a few jQuery errors on your site. That's a problem.
I didn't see any jQuery errors until I cleared my browser cache and then refreshed the page (which looks completely different now). I'm guessing you disabled the theme? Off to continue cooking dinner...