Skip to main content

Forms

Features

  • Set up forms to collect information from users.
  • Customize the questions and the dialog appearance.
  • Send a form into a ticket via a command with minimal effort.

Images coming soon ✨

Setup

  • Visit the Forms page in your dashboard.
  • Configure the available options.
  • Create a new form by clicking the “Create new form” button.
  • Configure the available options for the respective form.
  • Create a new form question by clicking “Edit form” in the main configuration and then clicking “Add field”.
  • Configure the available options for the respective form question.

Commands

Understand the documentation
In these docs, name:<Type> is an option of a slash-command with name name and the type Type. Options that not required, are described as [name:<Type>]. If the action of a command is vastly different between required and not-required options, we might list them separately.
Examples
  • /moderate ban user:<Member>: This command (/moderate ban) has an required option with the name "user" that only accepts one member as a value.
  • /moderate ban victim:<Member> reason:<Text>: This command (/moderate ban) has an required option with the name "victim" that only accepts one member as a value and another required option with the name "reason" that accepts any text as an value.
  • /moderate ban victim:<Member> reason:<Text> [proof:<Attachment>]: This command (/moderate ban) has an required option with the name "victim" that only accepts one member as a value, another required option with the name "reason" that accepts any text as an value and a not-required option with the name "proof" which allows one attachment as its value.
CommandDescription
/ticket form form:<FormName>Sends a form into the corresponding ticket.

Configuration

Main configuration

FieldDescription
Dialog open buttonThis text is shown on the button that opens the form dialog, which is attached to the message sent by the /ticket form command.

Manage forms

FieldDescription
Form nameThis text is shown as the title of your form.
DialogThese questions are shown in the form. More information on configuring form questions can be found here.

Manage form questions

FieldDescription
LabelThis text is shown as the title of your question.
Field typeDepending on the selection, the user gets a small or large field (allows line breaks) to enter text.
PlaceholderThis text is used as the placeholder in the input field.
Is this field required?If enabled, the user must fill out this field.
Minimum input lengthThe minimum number of characters the user must enter to submit the dialog.
Maximum input lengthThe maximum number of characters the user is allowed to enter to submit the dialog.