I am having a small problem with "allow add new values on the fly" option with dropdowns. Works fine if there is only one value in "display" field by I have added a custom expression to list 2 fields, eg time+' '+location. I now get this error message
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'ttype'
/include/commonfunctions.asp, line 1682
I relaize that this may be because I have multiple values and it doesn't know which to pick, but how can I get around it? I need this functionality to add on the fly but also need to show multiple fields in the dropdown box....