I'm using ExtJS in CodeIgniter (a PHP framework)
I want to store the valueField of a combobox in a database. I set displayField:'name', valueField:'id' for the combobox, but when i used $this->input->post(combofield name); it is returning the displayField instead.
How am I able to get the valueField?