- Edited
Hi, just a quick one, has anyone written a mod to open a new ticket with a certain help topic pre-selected, or is there a built in variable for such requests?For example, you can pre-select the user on the new ticket form by passing the uid in a GET request:' tickets.php?a=open&uid=2 'I am thinking of something like 'tickets.php?a=open&uid=2&helptopic=topicA' and then topicA will be pre-selected on my dropdown.