/*************************************
Title:
Version:
Author:
Demo:
Download:
Website:
Short description:
*************************************/
I used the same directions posted for the email field on the message field to make it not required by deleting "or $hesk_error_buffer[]=$hesklang['enter_message']" from the message part in submit-ticket.php but i can't figure out how to removed the asterisk that says the fields is required. Thank you.
removing the required * from "message" field
Moderator: mkoch227
In index.php change to just
Code: Select all
<?php echo $hesklang['message']; ?>: <font class="important">*</font>
Code: Select all
<?php echo $hesklang['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