Whoops, figured out the problem. Slight problem left though, the radio text are misaligned to the buttons, how do I fix this?
Screenshot: http://i.imgur.com/Uykb7.png On Sat, Sep 22, 2012 at 6:43 PM, Alec Taylor <[email protected]> wrote: > I've got a simple field in my registration form: > > Field('field_of_studies', requires=IS_IN_SET(['sciences', > 'social-sciences', 'arts', 'business']), > widget=SQLFORM.widgets.radio.widget), > > However when rendered on the page it only shows up as 4 radio buttons; > with nothing next to them. (no text) > > How do I fix this? > > Thanks for all suggestions, > > Alec Taylor --

