I used SQLFORM to generate a form like that: (by "return
dict(form=form)" on Controller)
Field1: [...input box...]
Field2: [...input box...]
Field3: [...input box...]
But how I can write description beside each input-box like that:
Field1: [...input box...] - Description of field1 here
Field2: [...input box...] - Description of field2 here
Field3: [...input box...] ("This field not need description")
Thanks in advance!
PS: i'm newbie in web development, i'm very sorry if i posted a
trivial question.