Skip to main content

Separate Input from Address

Specify an inputField to apply the Address Finder to a field other than the first line of the address.

The inputField property is an object that allows you to set a custom input field for Address Finder.
 
AddressFinder.setup({
apiKey: "ak_test",
inputField: "#input",
outputFields: {
line_1: "#line_1",
line_2: "#line_2",
line_3: "#line_3",
post_town: "#post_town",
postcode: "#postcode"
}
});

Live Demo

Loading...