requires=IS_EMPTY_OR(IS_IN_DB(db, 'area.id', '%(nombre)s'))
On Saturday, July 13, 2013 6:08:26 PM UTC-4, Eduardo Cruz wrote: > > is there a way to have something like << requires=IS_IN_DB(db, 'area.id', > '%(nombre)s') >> but that the field is not actually required? I want > SQLFORM to make a html select with that field but I want to have the option > to just not select any value. -- --- 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.

