requires=[IS_IN_SET(...)]
On Mar 24, 5:27 pm, Jonathan Lundell <[email protected]> wrote: > I find myself a little confused on this issue. > > How do I get a Field to display as a text field, but validate like IS_IN_SET? > (I've got a set that's too big for a drop-down.) > > And how does IS_IN_SET cause a field to become a drop-down box? By virtue of > having an options method? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

