views:

8

answers:

1

I've been trying to use chained selects for a registration form, but have given up hope on them ever working in IE8. Does anyone know of another method for dynamic form-fields?

Basically I need the user to select type 1 or type 2 and have type 1 populate a dropdown with options ABC and type 2 populate a dropdown with options XYZ.

A: 

Turns out it was a problem caused by having multiple versions of IE installed. I discovered this on another SO thread, but cannot find it now.

miles