Welcome Guest, Not a member yet? Register   Sign In
Custom Form Fields!
#4

[eluser]Colin Williams[/eluser]
You'll use the same form validation processes/functions, but you'll be using database supplied data and not hard-coding it

Code:
$form = $this->form_model->get_form($form_id);
$this->form_validation->set_rules($form['validation_rules']);

if ($this->form_validation->run())
{
   //...
}


Messages In This Thread
Custom Form Fields! - by El Forum - 10-07-2009, 12:37 PM
Custom Form Fields! - by El Forum - 10-07-2009, 01:30 PM
Custom Form Fields! - by El Forum - 10-07-2009, 02:54 PM
Custom Form Fields! - by El Forum - 10-07-2009, 03:08 PM
Custom Form Fields! - by El Forum - 10-07-2009, 03:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB