textfield from autocomplete to show value not key
19 Dec
2009
19 Dec
'09
9:44 p.m.
I have an autocomplete field picking-up text suggestion from an array($id => $name). When I start typing in the text-field the list of suggestions is properly showing the values (names) of the array. When I select a name however the key ($id) is shown in the textfield. The only way to show the name in the textfield is to populate the array as ($name => $name). But then $name is returned on submission while I need the key. Am I missing something? Thanx
6028
Age (days ago)
6028
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joop Sint Jago