Script URL: local
Version of script: .94
Hosting company: local
URL of phpinfo.php: local
URL of session_test.php: local
What terms did you try when SEARCHING for a solution: searched here
Write your message below:
Is there a way to make the default message box (the multi line one), which has a default of "require", not required?
Making default fields not required?
Moderator: mkoch227
Open submit_ticket.php in Notepad, line 63 change from to
Code: Select all
$message=hesk_input($_POST['message']) or $hesk_error_buffer[]=$hesklang['enter_message'];
Code: Select all
$message=hesk_input($_POST['message']);
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