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.Documentation Index
Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
Use this file to discover all available pages before exploring further.
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
Example
URL:- Parameter →
zip - Value →
12345 - Input Name →
zip,Zip, orZIP
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)
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