![]() |
problem with formvalidation for combobox - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: problem with formvalidation for combobox (/showthread.php?tid=42414) |
problem with formvalidation for combobox - El Forum - 06-07-2011 [eluser]Unknown[/eluser] I have created a registration page where some combo field available. For example for data of birth data,month,year has different like this Code: <td>Date of Birth</td> Code: $this->form_validation->_field_data['firstname']'postdata']=$this->input->post('firstname'); But my question what can I do for the combo field when user will miss data and same page will show with the previous value.I am facing problem because here in combo field here is data and id also.Because the id field have to insert only database. |