Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
racksense Offline
New Member
 
Posts: 1
Join Date: Nov 2005
Pre-fill submit ticket page - 12-11-2005, 12:59 AM

Thought someone might find this useful (v3 only).

If you want to open a ticket submission page with some fields pre-filled (if for example, you have your own custom control panel) from another page, you can do this with a small POST form as below.

I don't think this can be done with a simple HREF link as the ticket submission page doesn't pick up the parameters via GET.

<form name="submitticket" method="post" target="_blank" action="http://your.supportsuite.url/">

<input type="hidden" name="fullname" value="Pre-fill client full name">
<input type="hidden" name="email" value="Pre-fill client email address">
<input type="hidden" name="XYZ123" value="Pre-fill client custom field">

<input type="hidden" name="departmentid" value="1">

<input type="hidden" name="_m" value="tickets">
<input type="hidden" name="_a" value="submit">
<input type="hidden" name="step" value="1">

<input name="submit" type="submit" value="Open new ticket &raquo;">

</form>

Cheers,
Paul.


Paul Civati <paul(at)racksense.com>
Rack Sense Ltd
   
Reply With Quote
  (#2) Old
phalseid Offline
Member
 
phalseid's Avatar
 
Posts: 49
Join Date: Apr 2005
Location: Fort Collins, Colorado
12-11-2005, 08:35 PM

I'm doing the same sort of thing for my support staff...they can answer phones but getting the data into supportsuite has proved to be a training challenge. For now, they are just filling out any number of forms from a drop down that I have created for them on our intranet site that fill in the appropriate hidden information. This is for version 2.3, BTW on our end.

Last edited by phalseid; 12-11-2005 at 08:35 PM. Reason: added version information
   
Reply With Quote
  (#3) Old
neo Offline
New Member
 
Posts: 2
Join Date: Aug 2005
12-11-2005, 08:49 PM

a script like that would be useful for me to. can someone help ?
   
Reply With Quote
  (#4) Old
phalseid Offline
Member
 
phalseid's Avatar
 
Posts: 49
Join Date: Apr 2005
Location: Fort Collins, Colorado
14-11-2005, 05:15 AM

Quote:
Originally Posted by neo
a script like that would be useful for me to. can someone help ?

PM me if you are interested in creating tickets in a simple way OUTSIDE of supportsuite, but tracking it IN supportsuite.
   
Reply With Quote
Reply

Tags
prefill, submit, ticket

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Submit ticket starnge behaviour Laco SupportSuite, eSupport and LiveResponse 11 03-08-2007 05:01 PM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM
eSupport v2.2 RC1 Available in Members Area Varun Shoor Technical Chat 1 17-05-2004 01:28 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46