Eeugh. Sorry for the ugly suggestion. Post validation could def person_processing(form):
if len(form.vars.field or '')<1:
form.errors.field= 'Select one.'
On Oct 24, 10:32 am, Vasile Ermicioi <[email protected]> wrote:
> > How about: db.table.field.requires = IS_LENGTH(1)
>
> that will limit the field to one character, not to one value from set

