Hey, I am having this issue where I set up a required checkbox inside of a form (with custom styling, everything also set to custom in webflow), however on the live site there is no "required message" for the checkbox showing up like for the other fields. Does someone know how to fix this? Would really appreciate it π
Have a great day!
okay just found this previous post below, with the help of your tool, issue resolved π€
https://relumecommunity.slack.com/archives/C02MS2V0FSP/p1737740395656239?thread_ts=1737568721.717969&cid=C02MS2V0FSP
@Daniel Kostadinov yeah apologies for that Daniel. And actually, if you move that CSS to a different declaration, it'll only do what we originally intended to do which was hide the default dropdown/select arrow in forms that webflow has since it looks a bit messy.
This is the new CSS you'll want:
<!-- Keep this css code to improve the font quality--> <style> * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; } select { -webkit-appearance: none; } </style>
We will have this resolved in the style guide the next time we release the style guide which will be in a few weeks.
cool, thanks a lot, I'll add it to the general head of the project π have a great day!