-
Introduction The Autoaddress control comes with default styling provided by the stylesheet hosted via CDN during setup, using standard CSS. Below outlines the possible changes you can make to the control. Customizing the Design Getting S...
-
Last Updated: 11/14/2023
in FAQs & Resources General
Yes. When you log into your account, under My Account you will be able to see Manage Users button and from here you can add/edit users. There is documentation here which goes through the steps for creating a new user as well as the breakdow...
-
Introduction Once the Autoaddress control is initialised, you can pass in several settings to customize your experience. There are two settings which are the minimum requirements to be used in your control these are elementId and your authenti...
-
Last Updated: 11/14/2023
in Product Features
We work with leading data providers including USPS, Royal Mail, Eircode, and TomTom to source address and location information. We have detailed building level information for over...
-
Add the following two files to the section of your page. These files reference the JavaScript and CSS necessary for the Autoaddress plugin to work. You can download the latest versions from our CDN.
or Th...
-
Last Updated: 11/03/2023
in Getting Started
Follow this link to navigate to the Account Center sign-up page and enter your details, no credit card required. https://account.autoaddress.com/signup/
-
To upgrade to an Enterprise plan, please reach out to our sales team here .
-
When the type attribute equals " lookup ", you can access details of the address using the " address " attribute. For any further info you have selected in the Account Center, you can access this data via the " data " attribute in the response. S...
-
Each option returned has a href attribute which will invoke another endpoint. There are two endpoints that this attribute can call to: Lookup Endpoint - This will return the fully captured address Drilldown Endpoint - This will return...
-
You will first need to authenticate the session to create a token using the createtoken endpoint. To call this endpoint, you will need to pass a valid API key. See the Create Token documentation for full details. ...