JayDee
03-04-2008, 07:29 PM
Hey all,
I am trying to add the source "Counter" to the internal "New Ticket" feature but not having much luck. I was just wondering if someone would possible be able to steer me in the right direction.
I have added the "Counter" to the drop down menu in: /include/staff/newticket.inc.php
with the following code:
<option value="counter" <?=($info['source']=='counter')?'selected':''?>>Counter</option>
and also added the "Counter" to the ticket table Type in the sql.
All this does is tells me that the field is an * Invalid source
I am relatively new to this kind of programming, never done any site scripting before so learning as i go. Any help would be much appreciated.
Just had a quick look through the class.validator.php file but didn't really tell me too much. not really sure what i am looking for though.
Cheers
Jay
I am trying to add the source "Counter" to the internal "New Ticket" feature but not having much luck. I was just wondering if someone would possible be able to steer me in the right direction.
I have added the "Counter" to the drop down menu in: /include/staff/newticket.inc.php
with the following code:
<option value="counter" <?=($info['source']=='counter')?'selected':''?>>Counter</option>
and also added the "Counter" to the ticket table Type in the sql.
All this does is tells me that the field is an * Invalid source
I am relatively new to this kind of programming, never done any site scripting before so learning as i go. Any help would be much appreciated.
Just had a quick look through the class.validator.php file but didn't really tell me too much. not really sure what i am looking for though.
Cheers
Jay