> Why not do
>
> auth.settings.extra_field['auth_user']=[
>   Field('comment',type='text'),
>   Field('mail',type='boolean',default=False)
> ]

Because I have a registration form which users can use to register for
a service and to up- or downgrade their account. If they enter a
comment which requires a reply, the administrator should be able to
check mail True, in which case comment will be the start of a mail
thread in another table.

> and just use
>
> SQLFORM(db.auth_user)

I need if form.accepts(request.vars,session):, because I have to
insert/update data in multiple tables after the form has been
accepted.


Kind regards,

Annet.

Reply via email to