Hi Again,

I'm exploring T2, and... there is a way to do a dynamic form, I mean,
I have a dropdown STATE field populated from a db:

db.define_table('cities',
    SQLField('state'),
    SQLField('city'))

Then my form only shows State field at the view, but I want that when
I select the state my forms shows the city field with respective
cities for that state.

I don't know if I must construct a entire form using view or there is
an auto generated way ???

Regards,

Oscar.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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