Is it possible to add a tag to all tickets that are created by the WebForm directly in the help center theme code?
I don't want to create a trigger to add a tag.
Thank you very much
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Currently, it is not possible to add tags directly in the Guide / Help Center theme code. Triggers would be the easiest option by far to add a tag to all tickets that are created by the web form.
Otherwise, the only other tag-based thing that we can think of is having a custom drop-down or checkbox ticket field that applies a tag when selected or checked. You'd just need to hide that field using custom code. Best resource we can give is our cookbook on help center Javascript recipes. I hope this helps!