Checkboxes disappeared from form
Permalink
I have recently noticed that some of my concrete5 sites are now missing checkboxes on order form pages. None of the browsers seems to render them - not just webkit ones.
http://bioloo.co.nz/index.php/product-order...
I am using the very simple:
Anyone got a simple solution for me? Thanks
http://bioloo.co.nz/index.php/product-order...
I am using the very simple:
<input type="checkbox" name="Yes" value="Yes">
Anyone got a simple solution for me? Thanks
menu.css:94 and style.css:144 are setting the style to display:none. Try to specify a class that trumps that (possibly by borrowing from the built-in Form block). If you like kludges, try style="display:visible".
Worked it out!
I had a css menu that used the checkbox trick for responsive. So in the css has input checkbox display as none. Changed that and now everything is sweet.
I had a css menu that used the checkbox trick for responsive. So in the css has input checkbox display as none. Changed that and now everything is sweet.