Help with code to add input box based on selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • padders01
    New Member
    • Apr 2012
    • 8

    #1

    Help with code to add input box based on selection

    I want to add another input box into my code when something is selected

    On the jsfiddle below if you select "New Claim" extra boxes appear.

    I need to add a further box if "Paper" is selected from the process drop down menu

    Can anyone help me please?

    Any help is massively appreciated

    Thanks

    http://jsfiddle.net/3KNnL/
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    1) you don’t "add" a box there, you only change the visibility of the existing HTML code.

    2) ain’t it amazing how browsers can handle invalid IDs?

    Comment

    Working...