- Feb 14, 2004
- 51,058
- 6,933
- 136
I'm playing with forms in HTML. I want to make a form that reacts to user feedback. For example, you go to the webpage, and it has one drop-down box. You choose an option from that box, and more options appear on the page, like radio buttons, textboxes, etc. - which ones appear depends on which option you select. Is it possible to do that and how would I do it - Javascript or something?