Custom Slugs
Every published form needs a URL slug. The slug becomes part of the form URL and is used consistently across the form URL, CSV exports, and analytics.
Setting a slug
1. Open your form in the builder 2. Click Settings in the sidebar 3. Go to Deployment → URL Slug 4. Enter your slug
The slug is auto-formatted: lowercased, spaces and special characters replaced with dashes, multiple consecutive dashes collapsed into one.
Final URL
Your form will be live at:
``
https://lygo.yourdomain.com/{slug}
`
Or on the hosted instance:
`
https://lygo.abreeze.studio/{slug}
`
Slug rules
- Lowercase letters, numbers, and dashes only
- No spaces or special characters (auto-replaced with dashes)
- Must be unique across your Lygotype instance
- No minimum length — but shorter is better for sharing
Changing a slug
You can change a slug at any time from Settings. However, changing a slug breaks existing links — anyone who has the old URL will get a 404.
Best practice: set your slug before publishing and sharing the form. Don't change it after it's been distributed.
Slug consistency
The slug is used in:
- The public form URL
- The CSV export filename: {slug}-{YYYY-MM-DD}.csv`
- Analytics references