Adding custom fields to ticket by subclassing BaseTicketForm | The place for Zendesk users to come together and share
Skip to main content
Question

Adding custom fields to ticket by subclassing BaseTicketForm

  • April 7, 2023
  • 1 reply
  • 1 view

Vinita

I am using the django-zendesk-tickets package and as I want additional fields on the form I sub classed BaseTicketForm to add more fields for the user to input. Now I want the input from the user on those fields to be reflected into appropriate fields on zendesk ticket and not just on the body of the ticket. Could someone help me understand how can I achieve that?

1 reply

Greg29
  • Employee
  • April 7, 2023

Hi Vinita! This isn't a wrapper that we support, so I would recommend asking the devs directly on their GH page.