Hi guys,
I have been looking for a successfull method to disable email mandatory field both in Front end and backend.
The following post was very helpfull, but is not 100% fail proof.
http://osticket.com/forums/showthread.php?t=3192(http://osticket.com/forums/showthread.php?t=3192)
The issue I found and currently trying to resolve is, after creation of new ticket without email address, I attempt to edit the ticket and save details such as name,phone or due date but i receive an error reporting that email is required and will not let me edit the ticket details until a valid email address is inputed.
I had checked the following file @ /include/staff/editticket.inc.php
to see if I could make modifications but was unable to see the logic associated with mandatory field except for;
'email'=>$ticket->getEmail(),
which was the only bit of code that referenced email.
Could anyone please shed some light on this issue.
Thanks in advance :)
have a great weekend