Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: auto fill populate submit a ticket new ticket
Write your message below:
When submitting a new ticket after I have already submitted a ticket, the fields fill with my last ticket I submitted. Is there a way to clear out the old cached information and start with a clean slate? Thanks - Lisa
Auto-fill fields on New ticket
Moderator: mkoch227
Re: Auto-fill fields on New ticket
This happens only when you submit tickets through customer interface, right? And only custom fields remain selected?
To fix the above you can:
1. open file "submit_ticket.php" in a text editor
2. find this code:3. Just BELOW that add 4. Save, upload and test (should start working after next ticket submission)
To fix the above you can:
1. open file "submit_ticket.php" in a text editor
2. find this code:
Code: Select all
hesk_cleanSessionVars('img_verified');
Code: Select all
foreach ($hesk_settings['custom_fields'] as $k=>$v)
{
if ($v['use'])
{
hesk_cleanSessionVars("c_$k");
}
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Auto-fill fields on New ticket
Awesome! Worked like a charm!
Thanks so much!
Lisa

Thanks so much!
Lisa