Images
Click any image to open the image editor. After selecting a file, a crop dialog opens — drag to reposition and scroll with your mouse wheel to resize the image within the crop frame. Click Pick to confirm.
Colors
Six colors can be customized to match your brand:
A live preview of your logo and primary color is shown on the right side of the page.
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.