| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| Senior Member Posts: 3,821 Join Date: Aug 2006 Location: Mumbai, India |
10-03-2008, 05:44 PM
You will have to add the field as custom type and manually add the custom field code in the submitticket template. 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/ |
| | |
(#4)
|
(#5)
|
(#6)
|
(#7)
|
(#8)
|
| Member Posts: 75 Join Date: Apr 2008 |
27-04-2008, 04:02 AM
I can understand your frustration, I can't say that I will prove to be helpful but will give it a try. In short, the name of the input will be Field Name given in custom filed. You can see in my attached image, here name of the input is "TestTwo" HTML Code: <fieldset class="swiftfieldset"> <legend>Test Two</legend> <table width="100%" border="0" cellspacing="1" cellpadding="2"> <tr> <td width="30%" align="left" valign="top" class="row2"><span class="smalltext"><b>Test Two:</b><br/> Test Two </span></td> <td width="70%"><input name="TestTwo" type="text" size="25" class="swifttext" disabled="disabled" value="Test Two : fix"></td> </tr> </table> </fieldset> You can see it live at Edvanta Technologies Pvt. Ltd. - Powered By Edvanta Technologies Pvt. Ltd. (It may not be available after few days from now) Note that Test One is editable and Test Two is disabled. Now, Insert what? this depends upon your requirement. You are already familiar with HTML so I wont explain it to you but in case some one would like to have a look then he can see HTML Forms and Input Below is some txt copied from Kayako_SupportSuite_User_Manual_PDF (page 406-407) • Field Title – the main title of the field. • Field Name – the name of the field. This must be all one word, and when referencing the field name from HTML code (as described earlier) is case sensitive. • Default Value – when the field is outputted into an interface, the default value will already be present in the field (unless changed). • Field description – a description of the field, designed to be more descriptive and longer than the Field Title. • Display Order – where more than one field is displayed as part of a group of fields, they are listed according to their display order (set here). • Is Required? – if enabled, the system will return an error if the field is submitted a blank (when in use in an interface). • User Editable – if enabled, the user will be able to modify the field (applies only to user registration and user ticket creation group types). • Staff Editable – if enabled, any staff user will be able to modify the field regardless of whether it is a user field or a field intended for staff control panel use (such a task list field). • Regexp Validation – although not required, a regular expression string can be entered here. When the field is outputted into an interface (such as at ticket creation), any data entered into this field will be validated against this expression. If validation fails, the system will return an error stating that the data entered is not valid. For more information on regular expressions, see PHP: preg_match - Manual. |
| | |
(#9)
|
![]() |
| Tags |
| custom, disabled or readonly |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Field Type "Custom" HTML code example. | networkops | Developers & Code | 6 | 03-07-2008 03:26 AM |
| Custom Field -- User/Staff Editable | Sarah_User | SupportSuite, eSupport and LiveResponse | 13 | 01-08-2007 09:12 PM |
| Custom field entries left over from 2.3.5 -> v3 | Mikie | SupportSuite, eSupport and LiveResponse | 3 | 24-07-2007 12:10 PM |
| Custom Field Doesn't Work!! | caitlyntw | SupportSuite, eSupport and LiveResponse | 9 | 06-04-2007 06:16 PM |
| Merging Custom Fields in ViewTicket of Staff | Mick | SupportSuite, eSupport and LiveResponse | 0 | 21-09-2006 05:48 PM |