Dynamic display of fields.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinuklce
    New Member
    • Oct 2008
    • 2

    Dynamic display of fields.

    Hi Friends,

    I am very new to Java scripting. Is there any possible way to diaplay fields dynamically. For eg: if i select item say home from the drop down then it should display some fields like home adress and Residential phone number
    else if i select office then it should display office adress and office phone number in the same form. If i select empty then it should display nothing.

    Kindly help me out in this.

    Regards,
    Vinu.
  • zaphod42
    New Member
    • Oct 2008
    • 55

    #2
    you could build the whole form with all possible fields, and toggle the visibility of the fields with the "display" property of the "style" object when you change the select box...do you have anything you've got started?

    Comment

    • vinuklce
      New Member
      • Oct 2008
      • 2

      #3
      Hi,

      Do you have any code related to this?

      Regards,
      Vinu.

      Comment

      • zaphod42
        New Member
        • Oct 2008
        • 55

        #4
        nope, just a couple answers and this great link;)

        Usable Forms

        Comment

        Working...