When you do the same kind of action repeatedly — request approval, escalate to vendor, document an incident — your admin can wire that up as a form. Fill it out once on a ticket and the right thing happens consistently.
Problem: Some actions on a ticket need the same information captured the same way every time — "request approval to spend over $500", "escalate to vendor", "send to manager for review", "document a security incident". Without a standard way to capture that info, agents free-text it into notes, approvers don't know where to look, and the trigger that should follow (sending an email, creating a sub-ticket, kicking off a workflow) doesn't happen.
Horizon's answer: Custom forms. Your admin defines a reusable form for each repeatable action — fields, validation, what triggers when it's submitted. You fill out the form in the context of a specific ticket. The data gets attached to the ticket, and if the form is wired to a workflow, that workflow fires.
Where forms come from
Forms are created by your admin in the Horizon admin panel. Each form has:
You don't create or modify forms — that's an admin task. You consume them.
Submit a form on a ticket
If the form has a workflow attached, it fires immediately — and depending on what the workflow does, you may see a notification, a new todo, a reassignment, or nothing visible (if the workflow runs silently).
What gets recorded
Each submission is saved against the ticket. Anyone reviewing the ticket later can see:
This is the part that makes forms more useful than internal notes — the data is structured, queryable, and tied to a specific action.
When to use a form vs. a note
| Use a form when... | Use a note when... |
|---|---|
| The action is repeatable and standardized | It's a one-off comment |
| Specific fields need to be captured every time | The info is unstructured |
| Submitting should trigger something (email, workflow, escalation) | You just want to leave a record |
| You need to query or report on these submissions later | The audience is anyone reading the ticket |
Common errors
Tip: If you find yourself writing the same internal note over and over for the same kind of action — "FYI escalating to vendor X for reason Y", "approved by manager M" — that's a strong signal a form should exist for that action. Bring it up with your admin. Replacing five free-text notes per week with a one-click form pays for itself fast.