Documentation Index
Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Self-Hosted Only: Pretty URLs are available exclusively on self-hosted Formbricks instances. This feature is not available on Formbricks Cloud.
What is a Pretty URL?
By default, every survey is accessible at a URL containing its auto-generated ID, e.g.yourdomain.com/s/cm1abc123xyz. A Pretty URL lets you replace that with a short, human-readable slug of your choice:
suId and lang are forwarded as well.
Setting Up a Pretty URL
Open the Share Modal
Navigate to your survey’s Summary page and click the Share survey button in the top toolbar.
Enter a slug
Type your desired slug in the input field. Slugs may only contain lowercase letters, numbers, and hyphens (e.g.
customer-feedback, q4-nps-2024).The full URL is shown in real time below the input so you can confirm how it will look.Managing Pretty URLs
Once a slug is saved, the Pretty URL tab shows the active link with two actions:- Copy: copies the full pretty URL to your clipboard.
- Remove: deletes the slug (after a confirmation prompt). The survey remains accessible via its original
/s/[surveyId]URL.
Viewing All Pretty URLs in Your Organization
All surveys that have a pretty URL assigned are listed in one place:- Go to Organization Settings → Domain.
- Open the Pretty URLs section.
Slug Rules
| Rule | Detail |
|---|---|
| Characters | Lowercase letters (a-z), digits (0-9), and hyphens (-) |
| Uniqueness | Must be unique across your entire Formbricks instance |
| Format example | customer-feedback, onboarding-survey, q4-nps |