SQLFORM.factory(Field('mydropdown', requires=IS_IN_SET(('a','b','c'))))
On Wednesday, November 21, 2012 12:47:59 PM UTC+1, Tim Richardson wrote:
>
> I have a simple FORM to collect some parameters from the user.
> I want one of the fields to be populated by values in a table (like the
> normal dropdown on an SQLFORM).
> I bet there is an easy way to do this, but I haven't found it.
>
>
>--

