Skip to main content
A form is a short modal a member fills in before their ticket is created, attached to a panel’s ticket option. This is the simple path — for multi-step, conditional, scored intake see The Intake plugin instead; an option uses one or the other, never both.
Question types are Short Text, Long Text, Select, and Multi Select. An earlier file-upload question type was removed from the codebase because Discord modals have no file input — it never actually recorded an answer. File collection today happens through the Intake plugin’s dedicated attachment field instead.
6 commands.
Permission: CAN_MANAGE_PANEL
Permission: Staff
Permission: CAN_MANAGE_PANEL
Permission: Staff
label must match the question’s exact text — check /listquestions first.Permission: CAN_MANAGE_PANEL
required defaults to true. options is only used for Select/Multi Select questions.Permission: CAN_MANAGE_PANELExample: /addquestion form:support type:Short Text label:What's your order number? required:true