Posted by aryan
2017-04-18

Hi Tom!
The script is excellent.
How do I store dropdown list values in the table . I do not want to store the keys in the table.
Posted by Tom
2017-04-19

Hi, if you remove a key then it will use the value as a key. Open web/config/config.selection.inc.php. You will find something like
key1=val1
key2=val2
key3=val3
..............
..............
..............
Just remove "key=" part, the result should be
val1
val2
val3