Script URL:
Version of script: 2.0
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I've added a couple of custom fields and when I submit a ticket, then when I want to add a new ticket the custom fields are still filled and not reset.
How can I reset them?
I already tried the suggestion Klemen made in topic below:
viewtopic.php?t=1519&highlight=reset+custom+fields
But this didn't solve anything.
custom fields not reset after submiting
Moderator: mkoch227
Try adding above in the submit_ticket.php file.
Code: Select all
unset($_SESSION);
Code: Select all
require_once(HESK_PATH . 'inc/header.inc.php');
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
Your customers won't be logged in as administrators. So it works fine if you just access the customer interface? Test it by closing all browser windows and submitting a ticket as a customer.
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