Hello,
I have a field like:
Field('reseller', label='Resellers (Optional)',
requires=IS_IN_SET(session.resellers, multiple=True),
widget = SQLFORM.widgets.checkboxes.widget),
which is displayed as a list of checkboxes, which is what I want. But the
list is very long and the submit button for the form ends up several pages
below.
Is there an easy way to make the list of checkboxes appear over multiple
columns?
i.e I want to go from:
1
2
3
4
5
6
7
8
9
to something like:
1 4 7 1 2 3
2 5 8 or 4 5 6
3 6 9 7 8 9
Thanks!
--
---
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.