I am trying to create a ticket system where a staff creates a ticket via a form
Lets say "Fix the broken faucet"
I then want to send the user back an email saying Your Ticket number ABC-123 has been created
Then the user can contact a plumber and say please reference Ticket Number ABC-123 for your work
I was hoping I could send an email to the user saying "Ticket Created - {{Request ID}}" but it does not pull from the field.
Any help on this would be appreciated