comment Field attribute can't be change... There no such comment2 in backend... comment map SQL column comment
I do use comment for the same purpose of you, but if I was having to craft a new app I would go away from this pratice and rethink it differently... Maybe subclass of widget where I can add new html tags... Let say you want have really informative form you may want info icon popover cue on which info you should input, than you may want to inform your user which field are required with an *, you may want also short comment beside the field in some case + some bootstrap add-on stuff beside you html input... You may write some JS that manage this but this is extra browser processing for every input... Richard On Wed, Apr 22, 2015 at 4:42 PM, LoveWeb2py <[email protected]> wrote: > I guess that could work. I'll give that a shot. Thanks, Richard! > > On Wednesday, April 22, 2015 at 4:30:25 PM UTC-4, Richard wrote: >> >> what about comment='[comment1, comment2]' >> >> And you process accordingly... >> >> Richard >> >> On Wed, Apr 22, 2015 at 4:17 PM, LoveWeb2py <[email protected]> wrote: >> >>> I really enjoy using the comment="this is my comment". I have been using >>> it to create info boxes. Is there a way I could create another variable >>> field for example comment2="this is my additional comment?" >>> >>> -- >>> 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. >>> >> >> -- > 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. > -- 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.

