I have a states dropdown on a form, and when a user selects a state, I want the cities dropdown to populate with just the cities pertaining to that state. I have 2 Select Boxes in my form view: Then I have Javascript that gets the cities via ajax when the state is selected: My ajax call to the controller: