- Edited
I am looking for a way to have the checkbox next to the "Email Reply" under the "Post Reply" tab to be unchecked by default. So I found that the 'checkbox' is located in the ticket-view.inc.php file. And the line looks like this:
<?php echo ((!$info && !$errors) || isset($info))?'checked="checked"':''; ?>> Email Reply
So I thought that if changed the value = '1' to value = '0', it'd clear the box, but it doesn't go away. Can someone tell me how to do it?