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
change message above main message box
Moderator: mkoch227
Re: change message above main message box
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?
That's where you probably want to add your message somewhere?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: change message above main message box
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>
<li><?php echo $hesklang['all_info_in']; ?>.</li>
Re: change message above main message box
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools