LanderLab allows you to automatically prefill fields in your quiz or form using URL parameters. This helps reduce friction, personalize the experience, and improve conversion rates by filling in data you already have.
This feature is enabled by default - no extra setup is required beyond matching field names.
How It Works
When a visitor lands on your page with parameters in the URL, LanderLab:
- Reads the parameters from the URL
- Matches them with input field Names
- Automatically fills the matching fields
Matching is not case-sensitive, so different variations will still work.
Example
URL:
https://yourlandingpage.com/?zip=12345
Setup:
- Parameter →
zip
- Value →
12345
- Input Name →
zip, Zip, or ZIP
Result:
The Zip Code field is automatically filled with 12345 when the page loads.
How to Set It Up
- Identify the parameter you want to use (e.g.
email, zip, aff_id)
- Open your quiz or form in LanderLab
- Select the input field you want to prefill
- Set the Name of the input to match the parameter
- Publish your page
- Test using a live URL with parameters
Common Use Cases
- Location targeting
- Email personalization
- Affiliate tracking
- Campaign tracking (UTMs)
?utm_source=facebook&utm_campaign=summer
Important Notes
- Prefill works only on the live (published) page, not inside the builder preview
- Input Name must match the parameter exactly (no extra spaces)
- URL parameters must be properly formatted and encoded
- Matching is case-insensitive
Tip: Combine prefill with Hidden Fields and tracking to automatically capture attribution data without asking users to fill it manually.