| Custom fields -> Ability to prefil them for ticket submission using $_GET params -
04-10-2007, 03:42 PM
Hi,
we want to prefill custom fields on the ticket submission form, for example by posting the values as additional query parameters. To be more specific: We have configured a custom field "Product", which is a dropdown field with names of our different products (i.e. A, B, C). When we send a customer of product B to the support form using this URL
/index.php?_m=tickets&_a=submit&departmentid=1&step =1
then the dropdown of the Product custom field should be prefilled with 'Product B'.
Currently, the names of the custom field's input control in the HTML is random and changes from session to session, so we cannot just pass that on the URL.
Our feature request is to enable the create ticket page to support URL parameters like CustomField_<Name>=<Value> or similar.
Thanks for considering this,
-Oliver |