Adding checkboxes in table/add html to label
-
Hi,
I’m looking for a solution for one of our forms, with checkboxes.
The checkboxes are used for the users to sign up for different ‘courses’
But the layout for each box is like this:
checkbox || starttime-endtime || Discription || skill level
And that times 10 ‘rows’
while the first 2 bits are always the same width, the discription and skill level are different lengths and therefore the width will change, which makes it look a bit weird/not nice.I see a couple of options.
either use some divs/spans with min/max widths. for each portion.
Or put it in a table so all ‘columns’ start at the same point.So my question, is this possible? when I create the question I can create it with the shortcode, but that is for the all the checkboxes.
also the at least 1 should be chosen, so the ‘checkbox’ should be required.
Any idea how I can solve this issue?
Kind regards,
Martijn
- The topic ‘Adding checkboxes in table/add html to label’ is closed to new replies.