Documentation

Learn TicketsX faster

Setup guides, the full command reference, Premium features, and the REST API in one place.

Form Field Configuration

Each form field has several options:

  • Label - The question or field name (e.g., "What is your issue?")
  • Placeholder - Hint text shown in the input field
  • Style - Short (single line) or Paragraph (multi-line)
  • Required - Whether the user must fill out this field
  • Min Length - Minimum number of characters
  • Max Length - Maximum number of characters (up to 1024)

Forms can have a maximum of 5 fields due to Discord modal limitations.

Example form fields:

  • Label: "What is your issue?" - Style: Paragraph, Required: Yes
  • Label: "Your email address" - Style: Short, Required: No
  • Label: "Order number" - Style: Short, Required: Yes, Min: 5, Max: 20