• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

in HTML - how do you make new form fields appear when you select different options?

Kaido

Elite Member & Kitchen Overlord
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?
 
particularly you're probably looking for something like someDivObject.style.display="none" or ...display="" 🙂
 
Back
Top