Kayako logo
Will Implement (V4) Feature requests in this forum will be implemented in Version 4 of the product line (the current version).

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 527
Join Date: Dec 2005
Location: Sitting
Have a label type (no input, just text) - 17-10-2007, 01:42 PM

Hello,

In building the form for new support tickets we can add various custom fields but they are all "input" fields. In my situation I need to add a label, i.e. display text with no input, that I can provide information to my customer as to what they need to include in their ticket submission. For example, they submit a ticket, make the proper selections and I need to remind them "be sure to include your backup file with this submission" but I have no way of adding this message that is specific to this ticket. This message is not something I want on all ticket submissions, each is unique to the department in which the ticket is being created for. It is not something that needs to be included with the ticket submission, it is simply a text notice to make sure we get the necessary details in that ticket submission.


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#2) Old
rrnworks Offline
Member
 
Posts: 46
Join Date: Oct 2005
30-10-2007, 05:30 PM

Any luck on finding the answer for this?
   
Reply With Quote
  (#3) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 527
Join Date: Dec 2005
Location: Sitting
30-10-2007, 05:37 PM

Haven't heard a thing! Was hoping to hear about a solution or suggestion added for this much needed feature.


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#4) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 197
Join Date: Oct 2007
Location: Jakarta, Indonesia
30-10-2007, 06:12 PM

Should be easy to do something like this, and it would be very useful. I can definitely see myself using it if it were available.

I'll throw in my vote.


Matthew Arciniega
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#5) Old
jon9641 Offline
New Member
 
Posts: 1
Join Date: Nov 2007
10-12-2007, 08:07 PM

Did you ever get a response? this is something I would like to do as well. It could be done by editing the templates but this would be much easier.

Quote:
Originally Posted by NC Software View Post
Hello,

In building the form for new support tickets we can add various custom fields but they are all "input" fields. In my situation I need to add a label, i.e. display text with no input, that I can provide information to my customer as to what they need to include in their ticket submission. For example, they submit a ticket, make the proper selections and I need to remind them "be sure to include your backup file with this submission" but I have no way of adding this message that is specific to this ticket. This message is not something I want on all ticket submissions, each is unique to the department in which the ticket is being created for. It is not something that needs to be included with the ticket submission, it is simply a text notice to make sure we get the necessary details in that ticket submission.
   
Reply With Quote
  (#6) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 527
Join Date: Dec 2005
Location: Sitting
10-12-2007, 08:15 PM

It will be in version 4 which is slated to release in 2012


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#7) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
11-12-2007, 06:38 AM

Quote:
Originally Posted by NC Software View Post
It will be in version 4 which is slated to release in 2012
I am starting to love your replies

You can easily do this with IF tags, If I remember correctly the variable is $departmentid. So in the ticket submission template which shows the form you can put in a code like:

Code:
<{if $departmentid == '2'}>
Display message for support department
<{elseif $departmentid == '3'}>
Display message for sales department
<{else}>
Display message for other departments
<{/if}>
Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#8) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 197
Join Date: Oct 2007
Location: Jakarta, Indonesia
02-02-2008, 02:42 PM

I tried Varun's suggestion, but what you need is actually
Code:
<{if $department[departmentid] == '2'}>
Display message for support department
<{elseif $department[departmentid] == '3'}>
Display message for sales department
<{else}>
Display message for other departments
<{/if}>


Matthew Arciniega
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#9) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 527
Join Date: Dec 2005
Location: Sitting
02-02-2008, 03:13 PM

I'd rather wait for version 4 to include a "Label" or "Caption" field type, i.e. non-input field. I realize I may have to wait 10 or 12 years, but hopefully it's coming!


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#10) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 197
Join Date: Oct 2007
Location: Jakarta, Indonesia
02-02-2008, 04:10 PM

Quote:
Originally Posted by NC Software View Post
I'd rather wait for version 4 to include a "Label" or "Caption" field type, i.e. non-input field. I realize I may have to wait 10 or 12 years, but hopefully it's coming!
I admire your zen-like patience.


Matthew Arciniega
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#11) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,559
Join Date: Jan 2006
Location: United Kingdom
19-08-2008, 11:41 PM

Will implement in Version 4.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
Reply

Tags
input, label, type

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
Mass change field label only... ysert Developers & Code 1 02-07-2008 06:56 PM
Tickets Open to change Label selection from checkbox to pulldown Nika Gerson Lohman Feature Requests 0 13-05-2008 02:57 PM
Default text in the ticket message field jasonwood SupportSuite, eSupport and LiveResponse 1 25-02-2008 05:25 PM
Tickets > Mass Actions > Better label interface for mass action menu PeteV Will Implement (V4) 2 10-12-2007 12:11 PM
Custom Fields - how to input just lines of Text? vinny How do I? 5 04-03-2007 07:56 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48