Yes, to remove the default colon, just do separator=False or separator=''.
You can also change the separator to something other than a colon, and it
can even be an HTML helper instead of a string (e.g.,
separator=IMG(_src=URL('static','img/my_label_separator.png')) ).
Anthony
On Thursday, July 28, 2011 3:00:31 AM UTC-4, David Marko wrote:
> I just noticed a new update in trunk with text < SQLFORM(separator=': '),
> thanks Anthony> .... If this means that I can remove/change default collon
> in field label names on form, thats great !!!
>
> David
>