Hi, Is there a helper available somewhere for generating a select list of Countries or States? I suppose if the country is not US, then the State list will not be very useful... or would have to become a new list of regions or provinces. It seems Amazon gets around this by just have a select list of Countries, and you have to manually type the State/Region/Province. Thanks, Tom _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On 9/13/05, Tom Davies <atomgiant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Is there a helper available somewhere for generating a select list of > Countries or States?Hi, there''s definitely a countries select list, have a look at ActionView::Helpers::FormOptionsHelper -- Agnieszka Figiel _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Thanks! Not sure how I missed that... I looked in FormHelper and FormTagHelper... but not in FormOptionsHelper :) Tom On 9/13/05, Agnieszka Figiel <agnieszka.figiel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > On 9/13/05, Tom Davies <atomgiant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi, > > > > Is there a helper available somewhere for generating a select list of > > Countries or States? > > > Hi, > > there''s definitely a countries select list, have a look at > ActionView::Helpers::FormOptionsHelper > > -- > Agnieszka Figiel > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails