Page 1 of 1

change message above main message box

Posted: Mon Sep 14, 2020 11:37 pm
by smegnl
using Hesk 3.1.2
What terms did you try when SEARCHING for a solution: message change, but said to common

Write your message below:
on the page where customers enter the information for a ticket there is messsage: above the big text box. Where do I change that. I would like to put some more info there. Like Message; Please make sure to provide student ID number if this is a student issue:

I looked in ticket.php but didnt see anything

Re: change message above main message box

Posted: Wed Sep 16, 2020 7:16 pm
by Klemen
HTML code for the form is generated in file /theme/hesk3/customer/create-ticket/create-ticket.php

That's where you probably want to add your message somewhere?

Re: change message above main message box

Posted: Wed Sep 30, 2020 2:45 pm
by smegnl
Thanks. It might look better if i just edit the big box at the bottom that has all info and all error free. To that end, where can i find this to edit the sentence

<li><?php echo $hesklang['all_info_in']; ?>.</li>

Re: change message above main message box

Posted: Wed Sep 30, 2020 7:34 pm
by Klemen