sgruhier / jquery-addresspicker

JQuery UI widget : address autocomplete field by google maps V3 geocoding service
xilinus.com/jquery-addresspicker/demos/index.html
592 stars 221 forks source link

update custom field based on country change #22

Open pcout opened 12 years ago

pcout commented 12 years ago

Is it possibel to update a custom field based on country change ?

For example, when i pick an address and the field "country" is populated i want to update another field with an "id" of that country that i have stored in a DB based on the country selection. (i have a table with the country name and their ID)

thanks.