Skip to main content
Google Address Autocomplete allows users to quickly enter their address by selecting from real-time suggestions powered by Google Places. This improves form completion speed, reduces typing errors, and ensures more accurate address data. To enable this feature in LanderLab, you must:
  1. Add the Google Address Autocomplete Input block to your quiz or form
  2. Activate the feature in Landing Page Settings using a Google Places API Key

Part 1: Add the Autocomplete Input Block

First, you need to add the specialized input field to your quiz.

Steps

  1. Open the Quiz Editor.
  2. Navigate to the step where you want to collect the address.
  3. Click Add Block.
  4. Search for the block named Google Address Autocomplete Input.
  5. Drag and drop the block onto your quiz step.
This prepares the field to use Google’s address suggestion service.

Part 2: Activate the Feature with an API Key

After adding the input block, you must activate the feature using your Google Places API Key.

Steps

  1. Exit the Quiz Editor.
  2. Open the Landing Page Settings.
  3. Navigate to the Leads section.
  4. Locate the Google Autocomplete option.
  5. Toggle the feature ON.
  6. Paste your Google Places API Key into the field.
  7. Click Save Settings.
Once enabled, the address field will start showing real-time address suggestions when users type.

How to Get a Google Places API Key

If you don’t already have an API key, you can create one through the Google Cloud Console.

1. Open Google Cloud Console

Go to: https://console.cloud.google.com

2. Create or Select a Project

Click Select a Project and either:
  • Choose an existing project
  • Click Create Project

3. Enable the Places API

  1. Navigate to APIs & Services
  2. Click Library
  3. Search for Places API
  4. Click Enable

4. Create an API Key

  1. Go to APIs & Services → Credentials
  2. Click + Create Credentials
  3. Select API Key
  4. Copy the generated API key
To prevent unauthorized use, apply restrictions to your key. In the API key settings: API restrictions
  • Select Places API
Application restrictions Choose one of the following:
  • HTTP referrers (websites)
  • IP addresses (servers)
  • Android / iOS apps
Billing RequirementGoogle requires billing to be enabled for the Places API.However, Google provides $200 in free usage every month, which is sufficient for most landing page address autocomplete use cases.