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:
- Add the Google Address Autocomplete Input block to your quiz or form
- Activate the feature in Landing Page Settings using a Google Places API Key
First, you need to add the specialized input field to your quiz.
Steps
- Open the Quiz Editor.
- Navigate to the step where you want to collect the address.
- Click Add Block.
- Search for the block named Google Address Autocomplete Input.
- 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
- Exit the Quiz Editor.
- Open the Landing Page Settings.
- Navigate to the Leads section.
- Locate the Google Autocomplete option.
- Toggle the feature ON.
- Paste your Google Places API Key into the field.
- 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
- Navigate to APIs & Services
- Click Library
- Search for Places API
- Click Enable
4. Create an API Key
- Go to APIs & Services → Credentials
- Click + Create Credentials
- Select API Key
- Copy the generated API key
5. Secure Your API Key (Recommended)
To prevent unauthorized use, apply restrictions to your key.
In the API key settings:
API restrictions
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.