Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
Hi, how it's possibile to disable html when a user submit a ticket? The field where there is the "reason of opening the ticket" - the users are allowed to insert an image regardless i disabled the attachments using the html toolbar.
This is actually a question regarding osTicket's core functionality. Is isn't an osTicket Awesome question.
I did look to see if there was an option to disable HTML in the form for you. But I don't believe there is such an option.
If the option did exist, I would expect you could find it in Manage > Forms > Ticket Details
Here is a custom hack for you.
Add the following code to /osta/user-styles.css to hide the Add Image button:
a.re-button.re-image.re-button-icon {
display: none !important;
}