maybe we're beginning to go offtopic here ..... It's not a matter on how the form is displayed, it's how a widget for a radio selection gets built. He needs another widget instead of the default one, not a different way to show the form itself...... e.g. db.table.field.widget = hisownwidgetfunction
note: see http://web2py.com/books/default/chapter/29/07#Widgets or https://github.com/niphlod/w2p_tvseries/blob/master/modules/w2p_tvseries_utils.py#L100 for an example custom widget On Wednesday, March 13, 2013 10:15:29 AM UTC+1, Johann Spies wrote: > > > > On Tuesday, 12 March 2013 14:34:20 UTC+2, Richard wrote: >> >> Just don't pickup the label, remove these entry from your custom form : >> form.custom.label[fieldname] >> >> > It is not that easy: form.custom.label[fieldname] refers to the label of > the field. Each option in IS_IN_SET has it's own label which form part of > of form.custom.widget[fieldname]. > > Regards > Johann > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

