In a certain type of form, I want to
- make "attachment" a mandatory field
- change the field title from "attachment" to something else
Please kindly guide me on this, thank you!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Natively this is unfortunately not possible, but it should possible to do this with some custom coding, which your developers might be able to do.
Here you can see the documentation for an API code:
https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-attachments/
While I did some further digging into this topic, I have found another workaround that one of our customers is using. They are Requiring a ticket attachment if a particular dropdown option is selected, so this could be an option for you.
Here you can find the link to the post:
Requiring a ticket attachment if a particular dropdown option is selected