[06:39] *** ChanServ sets mode: +o PeterThoeny [11:24] *** MichaelGulitz has left [11:46] *** MichaelGulitz has left [14:50] Hi, Could anyone familiar with TWikiForms give me some tips on getting a select+values Select Box to work? [17:18] *** ChanServ sets mode: +o PeterThoeny [17:35] tomc22284: select+values is documented at http://twiki.org/cgi-bin/view/TWiki/TWikiForms#Structure_of_a_Form_Template [17:41] Thanks. I've already had a look there but cannot see how to do what I need. I will elaborate... [17:42] My TWiki app is based on ContactDB you showed me earlier. I have a TWiki form with a record for a 'Status' entry as follows; [17:42] | Status | select+values | 5 | one=1111, two=2222, three=3333 | Select entry status | | [17:43] this will show one, two, three in the select, and store 1111, 2222, 3333 on save, respectively [17:43] For testing purposes I have replaced the formatted search in 'new entry' file, for this field with; [17:44] | Status: | | [17:45] Now, when I use the 'new entry' topic, I get eg. 'one=1111' in the Select Box and not 'one' which I want. What am I doing wrong? [18:23] Would it help if you had temp. access to my dev/testing TWiki? [18:24] you can't use html in the form definition [18:25] oic, that is the the html form [18:25] in html forms use this: [18:26] [18:26] etc [18:33] Thanks. With that I'm almost there. In place of the 111 what I really want is things like %ICON{new}% . Do I need some extra escaping? I've already tried $percnt in place of %... [18:49] ... I've found that %ICONURL{new}% works nicely here, so I have a complete solution. Thanks again for your help, it is much appreciated. Tom.