On Thursday, November 3, 2011 10:44:11 AM UTC-4, Massimo Di Pierro wrote:
>
> This should do it.
>
> form = SQLFORM.factory( Field('test',default='abc'),
> Field('best',default='123'), readonly=True )
>I think he wants to re-use an existing factory form, so presumably couldn't specify/change the default values after the form has already been created, right? Anthony

