You are right. My mistake. You have to do it the old fashion way

replace {{=form.custom.begin}} with

<form method="post" action="{{=URL(args=request.args)}}"
enctype="multipart/form-data" id="ola">


On Sep 7, 11:37 am, Francisco Costa <m...@franciscocosta.com> wrote:
> 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 <mdipie...@cs.depaul.edu> wrote:
>
> > I assume you mean the html id
>
> > form[_id]="..."
>
> > On Sep 7, 10:59 am, Francisco Costa <m...@franciscocosta.com> 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> ?

Reply via email to