Updated Articles

  1. Styling

    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...
  2. Can I add multiple users to my account?

    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...
  3. Settings

    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...
  4. World Address Data

    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...
  5. Setup

    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...
  6. 1. Create an Autoaddress account

    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/
  7. Upgrade to Enterprise Plan

    To upgrade to an Enterprise plan, please reach out to our sales team here .
  8. Capture the Data

    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...
  9. Follow the Link

    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...
  10. Get a Token

    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. ...