Ok, so I want to use a list box to control which form fields on my page are visible or hidden. I have no problem creating the list box and adding items to the list but haven't been able to figure out what scripting I need to connect each selection to the relevant form field I want it to control.
So essentially I want to know what javascript is necesary to be able to let the end user select one or more items from the listbox and have those fields become visible on the page. How do I do this?