Hi I want to implement a drop-down for countries and states.The states drop-down should change its values according to the country selected.
Is there any plugin or gem to do this in rails.
Hi I want to implement a drop-down for countries and states.The states drop-down should
Share
Try the Carmen plugin:
http://autonomousmachine.com/posts/2009/4/1/carmen-a-rails-plugin-for-geographic-names-and-abbreviations
You can also check this other stackoverflow post:
Ruby on Rails Country/State Select Enigma