Welcome Guest, Not a member yet? Register   Sign In
form validation and checking for allowed values for example in listbox
#14

[eluser]seba22[/eluser]
Hello,

Finally i got it working.

Replace this


Code:
$this->set_error('valid_array_element', 'The %s field can only be one of the following options: ' . implode(', ', $allowed));

to

Code:
$this->error('valid_array_element', 'The %s field can only be one of the following options: ' . implode(', ', $allowed));


function name is just "error" not "set_error"


Regards ;-)


Messages In This Thread
form validation and checking for allowed values for example in listbox - by El Forum - 12-21-2012, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB