I have a form to which I want to add headers, for the various parts of
data.
I thought the following line of code would add a header before the
first
field:
form[0][0][0].insert(H3('Bedrijfsgegevens'))
However, it results in an error ticket, insert takes three argument
instead of 2.
What should the first argument read like to make this work?
Kind regards,
Annet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---