Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
jpuff Offline
Member
 
Posts: 77
Join Date: Aug 2006
Custom Fields, Select Box Option - 21-09-2006, 07:01 PM

Whenever I create a select box and make it required, I can't seem to have it default to nothing. It kind of makes this option pointless to have if something is already preselected. Anyway around this.

Say I have a Custom Field Select Box name 'Type',
Then I have the following items,
Sales
Billing
Support

I don't want any item to be the default, I want the user to actually pick and have nothing preselected.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
21-09-2006, 07:09 PM

You can always use the option to add "Custom Fields" rather than using the pre-defined fileds of the software and add a select or checkbox according to your requirements.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
escMark Offline
New Member
 
Posts: 27
Join Date: Jun 2006
22-09-2006, 02:36 PM

jpuff,

This is handled in HTML by adding a blank entry. Kayako won't actually let you do this, since blank entries are ignored, and something like   gets escaped under certain circumstances, so seemingly the best way to do this is to set the top item in the list to '---' and set it as the default, then use a required regex filter on the field to say 'anything but "---"'
   
Reply With Quote
  (#4) Old
jpuff Offline
Member
 
Posts: 77
Join Date: Aug 2006
22-09-2006, 06:58 PM

escMark,

Ya, I tried &nbsp with no luck, by the regex idea should work great.

Thanks!
   
Reply With Quote
  (#5) Old
jibo Offline
Member
 
Posts: 33
Join Date: Dec 2007
Location: Vianen - The Netherlands
22-05-2008, 11:42 AM

jpuff, try /^(?!.*?Maak een keuze...)/
where Maak een keuze... is the default
   
Reply With Quote
Reply

Tags
box, custom, option, select

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Merging Custom Fields in ViewTicket of Staff Mick SupportSuite, eSupport and LiveResponse 0 21-09-2006 04:48 PM
Adding custom fields dnicol SupportSuite, eSupport and LiveResponse 0 31-05-2006 02:55 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