If I have two :form_ui select boxes, how can I make the first select
box reload the values in the second? For example,
—> [Car Maker]
-------> [Car Model]
When I change a value in the ‘Car Maker’ select box, I want to display
values in the ‘Car Model’ select box that only belong_to that Car
Maker.
I read another post in this group that recommended using
options_for_association_conditions. I read the documentation but the
sample code doesn’t fit my needs.
Please help.
Thanks in advance,
Bill
btw - A small code sample would make my day