yes.. I want the html id I've tried as follow but didn't work form=auth.register(next=URL(r=request, c='default', f='create')) form['_id']="ola" form.custom.begin
On Sep 7, 5:20 pm, mdipierro <[email protected]> wrote: > I assume you mean the html id > > form[_id]="..." > > On Sep 7, 10:59 am, Francisco Costa <[email protected]> wrote: > > > > > > > > > If this: > > > form=auth.register(next=URL(r=request, c='default', > > f='create')) > > form.custom.begin > > > how can I set an ID in the generated html <form> ?

