Making default fields not required?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
soopafly
Posts: 18
Joined: Mon May 22, 2006 9:20 pm

Making default fields not required?

Post 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?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post 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']);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply