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
PaulV Offline
New Member
 
Posts: 23
Join Date: Jun 2006
Location: Canada
Lightbulb Custom Field in Staff > New Ticket - changing location. - 16-08-2006, 07:11 PM

I have set up a custom field, which will be displayed on the New Ticket page when staff enter a ticket.

Right now, it displays underneath the message box and submit button. This is kind out "out of the way" for it's function.

EDIT: Solved that part, now I need to know if it's possible to put my radio buttons in seperate columns of a table and how would I edit this?

Problem is, the list of options is kind of long and would be better if I could place the radio buttons in more then one column.

For Reference, here is the code which pulls the custom field data into the New Ticket page:

PHP Code:
echo '<tr><td class="contenttableborder" colspan="2"><table border="0" cellpadding="0" cellspacing="" width="100%">'.SWIFT_CRLF;
    
renderStaffCustomFields(CUSTOMFIELD_STAFFTICKET$_department["departmentid"]);
    echo 
'</table></td></tr></table>'
Thanks in Advance,
~Paul

Last edited by PaulV; 16-08-2006 at 09:21 PM.
   
Reply With Quote
Reply

Tags
>, custom, location, staff, 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
Kayako SupportSuite v3.04.10 Stable Build Varun Shoor News and Announcements 2 06-10-2006 10:41 PM
Merging Custom Fields in ViewTicket of Staff Mick SupportSuite, eSupport and LiveResponse 0 21-09-2006 05:48 PM
How Do I: share a custom field between User Ticket Creation and Staff Ticket Creation rgvodden SupportSuite, eSupport and LiveResponse 6 03-08-2006 12:31 AM
v3.00.27 Stable Available Varun Shoor News and Announcements 1 05-12-2005 10:21 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