Home › Forums › Quform WordPress › Checkbox on error style
Hi Ally,
I have a required checkbox for Terms of Service which I’m trying to get to display a red border when it’s not selected. I’m using this code, which works in textbox:
.iphorm-element-error input[type=checkbox] { border: 1px solid rgb(242, 32, 32)!important;}
Any ideas? Thanks!
Darkspark
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
That would be much easier. Thanks for the quick response Ally!