The Branding page lets you configure the visual identity applied to your forms, email notifications, and the app. Access it from Settings → Branding.Documentation Index
Fetch the complete documentation index at: https://docs.penbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Images
| Image | Where it appears |
|---|---|
| Logo | Top of your forms and in email notifications sent to recipients. |
| Icon | Inside the Penbox app (workspace switcher, navigation). |
| Favicon | Browser tab icon when recipients open a form. |
Colors
Six colors can be customized to match your brand:| Color | Used for |
|---|---|
| App bar | Background of the top navigation bar in forms. |
| Primary | Main accent color — buttons, active steps, progress indicators. |
| Info | Informational tags and callouts. |
| Success | Validated and completed steps. |
| Warning | Missing or incomplete steps. |
| Error | Errors in steps or form elements. |
Multiple brandings
If your plan supports it, you can create multiple branding profiles — useful when running forms under different brands or for different clients. Use the dropdown at the top to switch between profiles and the + button to add a new one. Each branding profile has its own images and colors and can be assigned independently to forms and templates.Using branding on generic links
Apply a specific branding profile when someone opens a generic link by appending a query parameter to the URL. When you copy a generic link from Penbox, only the base URL is copied — the app does not add a branding parameter for you.Step 1: Copy the generic link
- Go to Templates and open the form template.
- Click Copy link on the generic link card.
Step 2: Find the branding slug
- Open Settings → Branding.
- If you have multiple profiles, select the one you want from the dropdown.
- Note the slug displayed next to the selector (for example,
slug: partner-acme).
Do not use
default as the slug — that label is for the primary workspace profile in the UI only. It is not a valid slug for URLs or the API.Step 3: Append the branding parameter
Addbranding[slug] to the generic link:
Default behavior
If you omitbranding[slug], the form uses the workspace’s default branding — the primary profile configured under Settings → Branding.
Requirements
- The slug must exist in the same workspace as the form template.
- The slug must match exactly (lowercase, as shown in Settings → Branding).
- If the slug does not match any profile in that workspace, the parameter is ignored and the workspace default branding is used.
Example
partner-brand profile applied to the form experience.
There is no UI option on the generic link copy button to pick a branding profile. Build the URL manually, or generate it with your own tooling or scripts.