Activating Google Address Autocomplete requires a two-part setup: adding the specialized input field in your quiz and enabling the feature globally using your Google Places API Key.
Part 1: Adding the Autocomplete Input Block
This step ensures the address field is ready to utilize the Google API.
1. Open the Quiz Editor
- Navigate to the step in your quiz where you want to collect the address.
2. Search and Drop the Specialized Input
- Click the Add Block button.
- Search for and locate the specialized block titled Google Address Autocomplete Input.
- Drag and drop this input block onto your quiz step.
Part 2: Activating the Feature with API Key
This step enables the connection to Google’s service for the entire quiz.
1. Go to Global Settings
- Exit the Quiz Editor and navigate to the main Settings area of your landing page.
- Look for the section related to Leads.
2. Activate the Autocomplete Toggle
- Locate the option labeled Google Autocomplete.
- Activate the toggle switch associated with this setting.
3. Enter the Google Places API Key
- A field will appear (or be made active) where you must paste your Google Places API Key.
Once both steps are complete, the Google Address Autocomplete Input block in your quiz will be fully functional, providing real-time address suggestions to your users.
Part 3: How to Get a Google Places API Key
1. Go to Google Cloud Console
2. Create or Select a Project
- Click Select a project
- Choose an existing project or Create a new one
3. Enable the Places API
- In left menu → APIs & Services
- Click Library
- Search “Places API”
- Click Enable
4. Create Your API Key
- Go to APIs & Services → Credentials
- Click + Create Credentials
- Choose API Key
- Copy the generated key
5. (Important) Restrict Your Key
Click the created key →
Set restrictions:
- API restrictions → Select Places API
- Application restrictions → choose one:
- HTTP referrers (websites)
- IP addresses (backend servers)
- Android / iOS apps
🚨 Billing Note
Google requires billing to be enabled for Places API.
You still get $200 free usage per month.