Query on Observe field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • divyakgowda
    New Member
    • Oct 2007
    • 19

    #1

    Query on Observe field

    Take one example where there will be 2 combo boxes. One for the project and another one for types. I have used observe field for types combo box which observes project field and updates div of types. Now i need to observe types field using observe field(should consider both project and types values) and update a div without using any submit button.How can i do this. Please help me out.
  • improvcornartist
    Recognized Expert Contributor
    • May 2007
    • 303

    #2
    If you want it to observe both fields, you may want to use observe_form instead of observe_field. Then you should be able to track all fields and make updates as necessary.

    Comment

    Working...