I want to set TicketFreeText5 without the user seeing it. I was thinking about hidden elements on the form, so I added
Code: Select all
<input type="hidden" name="TicketFreeText5" value="1"/>
Underlying problem is, I want to prevent OTRS to send event based notification mails when the Agent uses "New E-Mail Ticket". I could resolve it with a TicketFreeText trigger. BUT if the value is not set at all, I cannot trigger this in Action=AdminNotificationEvent
EDIT. Hmm, maybe I have to set the value in AgentTicketEmail.pm/AgentTicketPhone.pm?
TIA