A slug is a short, URL-friendly identifier that you can assign to any question in your hiring flow form. When a candidate opens an application link that includes the slug as a URL parameter, the corresponding question is automatically pre-filled with the value from the URL.Documentation Index
Fetch the complete documentation index at: https://docs.firstwork.com/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
- Assign a slug to a question in the form builder (e.g.,
source,location,referral_code) - Append the slug as a URL parameter to the funnel link
- When the candidate opens the link, the question is automatically pre-filled with the value
Example
If you have a question with the slugsource, your funnel link would look like:
Common Use Cases
| Slug | Purpose |
|---|---|
source | Track where the candidate came from (job board, social media, referral) |
location | Pre-fill the work location based on the job listing |
referral_code | Capture referral information from the link |
position | Pre-fill the role or position title |
campaign | Track which marketing campaign drove the application |
Setting Up Slugs
- Open your hiring flow in the form builder
- Select the question you want to make pre-fillable
- In the question settings, enter a slug value
- Share the funnel link with the slug as a URL parameter
Slugs must be unique within a form. Use lowercase letters, numbers, and underscores (e.g.,
referral_code).