Hello team,
I am creating a custom form which needs to edit the final ticket requester.
How it works now:
Logged in user fills out the form and submit.
The ticket created has this user as the REQUESTER.
What we need:
Custom field for logged in user has a 'Enter requester email address' input field.
Logged in user fills out the form, adds a different user as the REQUESTER and submit.
The final created ticker has as REQUESTER this user from the email address added to the custom field.
Implementation done so far:
Our logic adds an input type email in our Zendesk form for certain logged in users.
However, when they submit the form. This inserted input email field does not seem to send any new data to the created ticket. Plus, the final REQUESTER is the user who filled out the form.
Please, let me know if you need more details and better explanation.