Skip to main content

Filter By Country

Display address results that matches the chosen country (England, Wales, Scotland, Northern Ireland, Jersey, Guernsey and Isle of Man )) using queryOptions.

Only addresses with exactly matching Country will be suggested.

 
AddressFinder.setup({
apiKey: "ak_test",
queryOptions: {
country: "England"
},
outputFields: {
line_1: "#first_line",
line_2: "#second_line",
line_3: "#third_line",
post_town: "#post_town",
postcode: "#postcode",
}
});

Live Demo

Loading...