Hi,
I'm using extjs in codeigniter(php framework)
I want to store Value field of combobox in data base i gave displayField:'name', valueFiled:'id' for the combobox but when i used $this->input->post(combofield name); but its returning displayFiled;
How to get vlueField in post