- Edited
Hello to all!!Recently im using osTicket wich i think it's a great solution.When im opening a new ticket (open.php), i need to show by default the same email always in contact information since my osTicket is for handicapped persons and i want it to be simple, so i want to change the value property of this:<input id="_d104fad3f66f0fdf" size="40" maxlength="64" placeholder="" name="d104fad3f66f0fdf" value="" type="text"> (this is the email textbox in open.php)To this:<input id="_d104fad3f66f0fdf" size="40" maxlength="64" placeholder="" name="d104fad3f66f0fdf" value="mail@gmail.com" type="text">Im trying to find where to change this since i think i cant do that in the backend, apologize if it is a dumb question. And sorry for my english.Hope someone can help me!! Thanks