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 Stevland
Sometimes when creating a new ticket, some entry fields are shown twice. This happens to Ticket details, Initial response and internal note.
For some of us this happens only occasionally and can be resolved when reloading the page or deleting the cache but for a few this happens everytime they create a new ticket.

Theme information:
osTicket v1.12 // osTicket-1.12-Awesome-104<br />
PHP 7.0.33-0ubuntu0.16.04.5 // MySQL 10.4.6 // nginx/1.10.3 web server
Hi @jaypi,
I haven't run into or even heard of that issue before.
My first guess is that it has something to do with the fact that you are using nginx. osTicket only supports Apache and IIS web servers. Running osTicket (or osTicket Awesome) on nginx can lead to unexpected results.
Just did further testing. It seems it actually also shows up in a osticket install without osticket awesome.
Just FYI if you're curious: The issue persisted after I updated to Ubuntu 18.04, php 7.2 and even after I switched to Apache. As soon as my forum account for the osticket forum get's approved I will open up a thread there.
Thank you for your assistance.
Thanks for the update. I hope you get it sorted soon!
Hey I just wanted to make a quick update for anyone who stumbles upon this in the future. For me the problem was solved after I uninstalled APCu. I don't know if this is related to php7.0 or php7.2 or something else but it seems that the APCu module was caching the input field and somehow creating this issue.
Hey @jaypi,
Thank you so much for taking the time to share your information. I never would have thought to uninstall APCu!