The "represent" attribute doesn't apply to form widgets. For that, you will need to create a custom widget and specify the "widget" attribute of the Field.
Anthony On Tuesday, June 9, 2015 at 4:51:59 PM UTC-4, [email protected] wrote: > > Hello, > > The represent works fine for grid view but > I need to apply represent function for the add, edit forms. > > db.product.price.represent = lambda x, row: > current.currency.format_price(x) > > Inside html template I use {{=form}} > as well as {{=form.custom.widget.price}} > > Thank you for the help. > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

