Attach Javascript to input elements
Brought to you by:
nhruby,
richardarcher
How do I (if it's even possible) attach javascript code to
OOHForms input objects?
I'd like to create a couple of tiered select dropdowns,
where the selection of the first dropdown has an
onChange event that enables and populates the second
<select> dropdown.
Can this be easily done?