How to prefill new ticket via querystring parameters
Problem:
Would it be possible to allow pre-filling of form elements in a new ticket via querystring parameters?
Solution:
You can pass URL parameters to pre-fill certain fields:
subject
body
categoryId (you can get this number from the admin section)
Example URL: xxx/Tickets/New?categoryId=1&subject=test&body=hello,%20world!
Would it be possible to allow pre-filling of form elements in a new ticket via querystring parameters?
Solution:
You can pass URL parameters to pre-fill certain fields:
subject
body
categoryId (you can get this number from the admin section)
Example URL: xxx/Tickets/New?categoryId=1&subject=test&body=hello,%20world!