Hi,
is there a standard way to add fields to a form generate via SQLFORM?
I know I can select which fields to display out of the ones taken from
the database, but what if i want to insert another  field to manage
something in a manual way?

An example is posting a blog entry. Everything generated by SQLFORM is
ok (title, text, image etc), but I need a "tag" field that I'm going
to handle in a different way (i parse it, store the results in a
different table and so on).

Of course i can mess with the generated form (it's a string, at the
end) or, client-side, add it with javascript, but i'm wondering if
there's something more elegant built-in that i missed. Thanks.

-- 
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.

Reply via email to