linked selects are critical to my application. for those who don’t know,
a linked select updates as the select box it is linked to is updated.
for example, if select 1 is “California”, then select 2 will list all
the cities in California.
change select 1 to Washington and select 2 will automatically change to
list all the cities in Washington.
I use a php forms class to achieve this functionality right now.
Does RoR offer it?
tia…