Display Textbox on Selected Choice?

wxdqz

New Member
Hi all,

I'm wondering if there's anyway to display a textbox with different purposes when a user selects a item in the dropdown list (pulldown menu)?

For Example,

In a dropdown list, there's Choice 1, Choice 2 and so on. The user is only allowed to select one. Hence, if the user select 'Choice 1', it'll make use of the onChange keyword to execute a code that will display a specific textbox (EG: Enter Information: ) below the option.

Thanks in advance :)
 
Back
Top