Inside our Edit Form, we have one field (edittype=select) that must dynamically update options available based on the realtime selection value of another field (edittype=select).
For example if “Hair Color” was selected in the first select menu, the values in the second menu would auto-populate with options of “Brown”, “Blond” and “Brunette”. If “Fruit” was selected in the first menu, the second menu would re-populate with options “Orange”, “Apple”, “Pear”.
How would we go about this?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top