On Tuesday, August 2, 2011 3:47:46 PM UTC-4, Kevin Butler wrote: 
>
> > I wish there were a simpler solution than having 
> > to add these lines of code to every function returning a form. (I 
> > don't want to touch web2py's code outside an app). 
>
> Nice to see the rapid response - the latest version of SQLFORM allows you 
> to specify sep='' instead of munging the returned form.
>
 
Slight correction -- it's separator='' (or separator=False), not sep.
 
Also, to control the colon separator in Auth and Crud forms, you can now set 
auth.settings.label_separator and crud.settings.label_separator (this new 
setting gets passed as the 'separator' argument to SQLFORM).
 
Anthony

Reply via email to