Templates
Last updated February 28, 2026
Build structured ticket intake forms with typed questions and scoring.
Templates define how customers submit tickets.
A template contains ordered questions that shape intake quality and triage speed.
Supported question types
TEXTTEXTAREASELECTCHECKBOXDATEFILE
Validation rules
SELECTandCHECKBOXmust define options- A template can contain only one
FILEquestion - At least one question is required
Priority scoring model
Each option can carry points.
At ticket creation time, Vicket:
- Computes total points from answers
- Compares score against website priority levels
- Assigns the matching priority automatically
This gives deterministic triage from intake data.
Best practices
- Keep question labels short and concrete
- Split templates by intent (
Bug,Billing,Feature request) - Use options for structured classification, not long free text
- Review scoring whenever you adjust priority thresholds
How templates appear on the support page
When a customer opens your public support page, they see a list of available templates for that Website. Each template is displayed as a selectable form. If only one template is linked to the website, it loads directly without a selection step.
The template's questions render in the order you defined them. Required fields are enforced before submission. Once the customer submits the form, a ticket is created with all answers attached and the computed priority score.
Templates and websites
A template is linked to one or more websites. This means you can reuse the same template across multiple support pages, or create website-specific templates for different products.
To assign a template to a website, go to the website settings and select it from the available templates list. A website must have at least one template — otherwise customers cannot submit tickets. See Websites for configuration details.
Creating a template step by step
- Navigate to the Templates section in your dashboard
- Click Create template and enter a name (e.g., "Bug Report")
- Add questions using the supported types listed above
- For
SELECTandCHECKBOXquestions, define the available options and assign point values for priority scoring - Order the questions by dragging them into the desired sequence
- Save the template and assign it to one or more websites
Scoring and priorities
The scoring model connects directly to the priority levels configured on your website. Each SELECT or CHECKBOX option can carry a numeric point value. When a ticket is submitted, Vicket sums all points from the customer's answers and maps the total to the appropriate priority level.
For example, if your website defines priorities as: Low (0-5), Medium (6-10), High (11+), a ticket scoring 8 points is automatically assigned Medium priority. Adjust the thresholds in your website settings whenever you refine your triage strategy. See Ticket Scoring for the full scoring reference.
Common template examples
Bug report — Subject (TEXT), Description (TEXTAREA), Severity (SELECT with options: Minor / Major / Critical, scored 1 / 5 / 10), Screenshot (FILE).
Billing inquiry — Subject (TEXT), Issue type (SELECT: Refund / Invoice / Upgrade), Account email (TEXT), Details (TEXTAREA).
Feature request — Title (TEXT), Description (TEXTAREA), Priority for you (SELECT: Nice-to-have / Important / Blocking, scored 1 / 5 / 10), Use case (TEXTAREA).