carmen-ruby / carmen-rails

NOT ACTIVELY MAINTAINED Rails adapter for Carmen (provides country_select and subregion_select)
MIT License
215 stars 159 forks source link

form_tag usage #31

Closed colleenbprice closed 11 years ago

colleenbprice commented 11 years ago

I have a form that doesn't reference an object (it is a form that is submitted to Recurly), so I am using a form_tag instead of form_for. How do I specify the parent_region for the the subregion select if I can't reference f.object.country_code?

colleenbprice commented 11 years ago

Nevermind, I just used the variable that I was using to specify the selected state of the country drop down.