Hello,
I would like to know if it is possible to change the value of the EMAIL field by another EMAIL field that I create.
Reviewing the code I have seen that this variable $recipients retrieves the value of the Email field of the user's form.
(include\class_ticket.php line 2993)
My objective is to change this value "email" that has this field by a new one that I have created and that at the moment of changing the state of a ticket it does not recover the value of the field "email", but, the one of "emailAlt" that is the new one.
Thank you,
Best regards.