As you can see on my form here: http://thinkoutsidetheslide.com/newsite1/powerpoint-effectiveness-assessment/ , the labels for the radio button options do not appear either beside the radio button or in a top row above the grid. The fields use separate values because I will be calculating a score based on the input. What am I missing to get the option labels to show?




September 20, 2012 at 3:00 pm
What are your label settings for these fields? Click on the field options for one of these fields and see if the label position is set to "none". Change that to something else in order to get them to show up.
September 20, 2012 at 3:06 pm
Oops, I didn't realize you were using the grid CSS. That automatically hides the labels. You can force those to show with a bit of custom CSS: .frm_grid_first .frm_radio label, .frm_grid .frm_radio label, .frm_grid_odd .frm_radio label {display:block;}
September 20, 2012 at 3:38 pm
Thanks Steve. I added this and now the labels show up under the radio buttons.
Topic closed.