When a customer opens a new ticket a thank you message appears in the page generated by /support/open.php
The message actually resides in the file
support/include/client/thankyou.inc.php
As standard, the message does not mention the ticket number so the customer has to rely on the email to receive it.
What must I add to "thankyou.inc.php" in order to display the ticket number?
Thanks in advance.