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> ?
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> ?