FluxBilling
Settings

Tickets

Configure ticket auto-close, attachment retention, reply ratings, and a public submission form with copy-paste embed code in FluxBilling.

Updated · 2026-06-29

What ticket settings control

The Tickets settings page governs how your support desk behaves automatically: when answered tickets close themselves after inactivity, how long file attachments are kept, whether customers can rate your staff replies, and whether visitors can open tickets from a public form on your website without logging in. When public submission is turned on, the page also hands you ready-to-paste code so you can drop a contact form onto any external site.

Tickets settings page showing the Automatic Ticket Closure card, Attachment Retention card, Reply Ratings toggle, and Public Ticket Submission section
The Tickets tab inside Settings, with auto-close, attachment retention, reply ratings, and public submission.

How to reach this page

Open the Settings area from the admin sidebar, then in the settings navigation choose the Communication group and click Tickets. Every change you make here is staged in the page until you click Save Settings in the top-right corner, which commits all sections at once. A green confirmation banner appears on success; a red banner appears if a value is out of range.

Automatic ticket closure

Tickets you have answered but that get no further customer response can sit in your queue indefinitely. Auto-close finishes them for you on a schedule.

  1. Turn on the Enable Auto-Close toggle.
  2. An Inactivity Period field appears. Enter the number of days since the last staff reply after which an idle, answered ticket should close. The value must be between 1 and 365.
  3. Click Save Settings. From then on, the check runs automatically once a day (scheduled daily at 1:00 AM UTC).
  4. To process the queue immediately instead of waiting for the scheduled run, click Run Check Now. A confirmation prompt appears first; after it finishes, a banner reports how many tickets were closed.

Auto-close only affects tickets in the Answered status — that is, tickets where your team replied last and the conversation is waiting on the customer. Customers are notified automatically when a ticket is auto-closed. Leaving this off means answered tickets stay open until a staff member closes them manually.

Attachment retention

This setting controls how long uploaded files attached to tickets are kept before they are purged to save space. Enter a number of days in the Retention Period field; the allowed range is 0 to 30 days, where 0 keeps attachments forever.

Purging removes only the attached files. The ticket conversation and its messages are always preserved, so the support history stays intact even after old attachments are cleared.

Reply ratings

Turn on the Enable reply ratings toggle to let customers rate the helpfulness of individual staff replies. When enabled, clients see a 1–5 star rating control under each staff reply in their client panel. Collected ratings appear on the ticket itself and are rolled up under Reports → Staff, giving you a feedback signal on support quality without adding any extra workflow. Leave it off if you prefer a ratings-free desk. Remember to click Save Settings after changing the toggle.

Public ticket submission

Public submission lets anyone open a ticket through a form hosted outside the client panel, without an account. This is ideal for a "Contact Us" page on your marketing site.

  1. Turn on the Enable Public Tickets toggle. A configuration block expands.
  2. Pick a Default Department — the department a public ticket is routed to when the submitter does not choose one. The dropdown lists your active departments only.
  3. Pick a Default Priority for public tickets: Low, Medium, or High.
  4. Under Available Departments for Public Selection, click the department chips you want to offer visitors as choices on the form. Selected chips are highlighted with a check; click again to deselect.
  5. Click Save Settings.

If you select no departments under Available Departments, all of your active departments are offered on the public form rather than none. To restrict the visitor's choice, select only the departments you want to expose.

Field reference

FieldWhat it does
Enable Auto-CloseSwitches on the daily job that closes answered, idle tickets.
Inactivity Period (days)Days since the last staff reply before an answered ticket closes (1–365).
Run Check NowRuns the auto-close check immediately and reports the count closed.
Retention Period (days)How long ticket attachments are kept before purging (0–30; 0 = keep forever).
Enable reply ratingsLets customers rate individual staff replies with 1–5 stars.
Enable Public TicketsAllows ticket creation from an external form without login.
Default DepartmentDepartment a public ticket goes to when none is chosen.
Default PriorityPriority assigned to public tickets (Low/Medium/High).
Available Departments for Public SelectionThe departments shown as selectable options on the public form. If none are selected, all active departments are available.

Embedding the form on your site

Once public tickets are enabled, two extra resources appear at the bottom of the page so you can wire up an external form.

  • API Integration — a short JavaScript example showing the two-step flow: first fetch the form configuration (available departments and, if you use it, the spam-protection site key), then submit the ticket with the visitor's name, email, subject, message, and chosen department. The submission returns a ticket reference number you can show the visitor.
  • Ready-to-use HTML Template — a complete, styled contact form (with CSS, spam protection, and a department selector) that you can copy and host anywhere. Click Copy Template to grab the full page; the button briefly changes to a checkmark to confirm the copy. Paste it into a file on your site and it works on its own, including a success screen with the ticket reference.

The template assumes the form lives on the same domain as your panel. If you host it on a different domain, edit the one clearly marked configuration line near the top of the copied code to point at your panel's address.

Tips and gotchas

  • Protect the public form from spam. A public form with no spam protection attracts automated junk quickly. Enable reCAPTCHA on the Security page first; the embed code automatically detects and applies it.
  • Set up departments first. The Default Department dropdown and the Available Departments chips only show active departments. Create and activate the departments you need on the Departments page before configuring public submission.
  • Save once for everything. All sections on this page share the single Save Settings button. Switching to another settings tab without saving discards your changes.
  • Matching emails are linked automatically. When a public submitter's email matches an existing customer, the new ticket is linked to that account so replies thread correctly in their client panel.

Related

Tickets, Departments, Security.