Script URL: http://www.stickit.gr/HelpDesk/index.php?a=add
Version of script: Latest
Hosting company: Dedicated
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
new ticket from link
Write your message below:
Hello ,
i have a simple "ask a question" form at my site
User inputs his name, mail , subject .
I would like to create a new Hesk ticket using , with those fields auto completed with the values of the "ask a question" form.
Can it be done with $_GET ?
If yes ,an example?
If not , any ideas how to achieve it?
Thanks a lot
Panagiotis
New ticket with predefined values from another form
Moderator: mkoch227
Re: New ticket with predefined values from another form
It is possible, here's an article explaining how:
http://www.hesk.com/knowledgebase/knowl ... article=83
http://www.hesk.com/knowledgebase/knowl ... article=83
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: New ticket with predefined values from another form
Hi Klemen , thanks a lot for the reply!
Based at article examples , it is simple and it is working fine when adding new ticket as customer
http://www.stickit.gr/HelpDesk/index.ph ... %40doe.com
For "expanding the article examples" it is working for adding new ticket as admin also
(The goal is to create a ticket but not send a mail to customer since he already made the first request via "ask a question" form)
http://www.stickit.gr/HelpDesk/admin/ne ... %40doe.com
Thanks a lot!
Panagiotis
Based at article examples , it is simple and it is working fine when adding new ticket as customer
http://www.stickit.gr/HelpDesk/index.ph ... %40doe.com
For "expanding the article examples" it is working for adding new ticket as admin also

(The goal is to create a ticket but not send a mail to customer since he already made the first request via "ask a question" form)
http://www.stickit.gr/HelpDesk/admin/ne ... %40doe.com
Thanks a lot!
Panagiotis
Re: New ticket with predefined values from another form
Hi Klemen
An update
The custom fields are passed when creating a new ticket
http://www.stickit.gr/HelpDesk/index.ph ... =something
But not passed when creating a new admin ticket
http://www.stickit.gr/HelpDesk/admin/ne ... =something
Maybe you can take a look ?
Thanks again!
An update
The custom fields are passed when creating a new ticket
http://www.stickit.gr/HelpDesk/index.ph ... =something
But not passed when creating a new admin ticket
http://www.stickit.gr/HelpDesk/admin/ne ... =something
Maybe you can take a look ?
Thanks again!
Re: New ticket with predefined values from another form
Works with original HESK:
http://www.hesk.com/demo/admin/new_tick ... es+it+does
Maybe a "Mods for HESK" issue?
http://www.hesk.com/demo/admin/new_tick ... es+it+does
Maybe a "Mods for HESK" issue?
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: New ticket with predefined values from another form
It works at standard fields , but not at custom fields , eg custom4.
Maybe you can give it a try at your installation
( Your link is not passing custom fields data)
Of course maybe it is a Hesk mods issue
Maybe you can give it a try at your installation
( Your link is not passing custom fields data)
Of course maybe it is a Hesk mods issue
Re: New ticket with predefined values from another form
It's a Mods for HESK issue. The query string parameters works fine on "vanilla" HESK, but not in Mods for HESK.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: New ticket with predefined values from another form
Thanks a lot!