Skip to main content

Sticker Forms

A Sticker form is a Design Studio form mode for designing a physical print label — a fixed physical size (for example 2"×4") with a title, some fields, rich text, and a QR code. When an end user clicks Print Sticker on a record, Protrak renders your label with that record's real data and opens it for printing.

Key Concept

A regular form (Create / Edit / View) is a screen layout that adapts to devices. A Sticker form is a print layout — one fixed physical size, designed to look right on the printed label.

This page covers designing the label itself. To make it available to users you attach it to a Print Sticker action — see Print Sticker Action.


Step 1: Create the form and set Form Mode

  1. Go to Design Studio → Forms and click Create.
  2. Fill in Form Name, Display Name, and Type Name (as with any form).
  3. In the form's Form Details settings, open the Form Mode dropdown and choose Sticker.
Form ModeWhat it builds
Create / Edit / ViewResponsive screen layout (desktop / tablet / mobile)
QuickEditCompact edit popup
StickerFixed-size physical print label

Choosing Sticker swaps the multi-device canvas for a single fixed-size label canvas and reveals the Sticker settings.

sticker Form Mode selection


Step 2: Choose the sticker size

The Sticker Size field (required) sets the physical dimensions of the label.

Size optionDimensionsNotes
2" × 3"2 in tall × 3 in wideStandard
2" × 4"2 in tall × 4 in wideStandard — default for new sticker forms
4" × 6"4 in tall × 6 in wideStandard
CustomYou enter Height, Width, and UnitSee bounds below

Custom size reveals Height, Width, and a Unit dropdown (in or mm). Values must stay within these bounds or Save is blocked:

UnitMinimumMaximum
Inches (in)0.58
Millimetres (mm)12200
note

Out-of-range values block Save with a message like: "Width and height must be between 0.5 and 8 inches." Switching the unit re-converts the physical size — a 4 in width becomes ~101.6 mm.

sticker Standard Size sticker Custom Size


Step 3: Sticker settings (border)

SettingTypeDefaultDescription
Show BorderCheckboxOffDraws a border around the whole label. When on, reveals the two settings below.
Border ThicknessNumber (1–50)1Border line thickness in pixels.
Border ColorColor picker#E0E0E0 (light grey)Border color.

Step 4: Build the label

Add containers and drop widgets into them — just like a regular form — but only these widgets are available on a sticker:

WidgetPurpose
Title (Text)A heading or static label
SeparatorA dividing line
Rich TextFormatted text
QR CodeScannable QR code — drag onto the label, auto-sizes to its container

Type attributes can also be dragged on as fields. The Actions field is not available on stickers.

By default the QR Code widget encodes the record's Protrak identity — open its settings to point it at a different Text attribute instead (a serial number, partner reference, or a link). See QR Code Widget for the full configuration reference.

Height is always "fit content"

Because a sticker is a fixed physical size that can't scroll or grow, two height controls are forced on and locked in Sticker mode:

  • The form-level "All containers to fit content" checkbox — always on.
  • Each container's Height Behaviour — always Fit to content.

This keeps the design honest about what actually fits on the label. You still control layout with Width and by arranging containers.

Running out of space

When the label is full, Add Container is disabled with a tooltip like: "No space left on the 2"×4" sticker. Resize or remove a container, or choose a larger size."

Shrinking the sticker below its existing containers is also blocked with a message like: "Can't resize to 2"×4" — one or more containers no longer fit. Resize or remove them first, or choose a larger size."

sticker Full Canvas


Step 5: Preview the label

The Sticker canvas has a Sticker toolbar instead of the usual device selector:

  • A size badge (showing current dimensions) — click it to open a popover and change the size live. This is preview-only and does not change the authored form size.
  • A Preview button — opens the Sticker Preview dialog, rendering your label with real record data using the same engine that prints it.
tip

The preview needs at least one existing record of the type to load real data. If none exist yet, you'll see a message asking you to create a record first.

sticker Preview


Limitations

ConstraintDetail
Single fixed sizeNo device split. Grid rows are capped to the physical height.
Height always fit-content"All containers to fit content" and container Height Behaviour are forced on and locked.
Size boundsInches 0.5–8, millimetres 12–200. Out-of-range values block Save.

Next Steps