Can't show a title above checkboxes

Hey guys. I’m making the survey form page, but I can’t get to show a title above my checkmark, even with “p” or “h1”. Could you give a hint of why it doesn’t show, please? The link is https://codepen.io/valpindev/pen/GREgwYe

Thanks!

You don’t need to have closing tags with inputs. That is possibly why things are not working as you would like. Remove the closing input tags. Also you should label each checkbox with it’s own label not 1 label for all checkboxes, the same goes for radio. You may need to read over the tutorial once more.
The title can be after the opening label tag.
Another thing is all your radio boxes should have the same name or they won’t work properly, same for checkbox, you should only be able to tick 1 radio box at a time

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.