Page 1 of 1

Making default fields not required?

Posted: Tue May 08, 2007 5:06 pm
by soopafly
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?

Posted: Tue May 08, 2007 5:54 pm
by Klemen
Open submit_ticket.php in Notepad, line 63 change from

Code: Select all

$message=hesk_input($_POST['message']) or $hesk_error_buffer[]=$hesklang['enter_message'];
to

Code: Select all

$message=hesk_input($_POST['message']);