Code: Select all
return Array(false, 'Your message has been detected as SPAM.');Code: Select all
Notice: Undefined variable: params in F:\myserver\apps\cmsmadesimple\htdocs\modules\FormBuilder\classes\Form.class.php on line 545
Code: Select all
return Array(false, 'Your message has been detected as SPAM.');Code: Select all
Notice: Undefined variable: params in F:\myserver\apps\cmsmadesimple\htdocs\modules\FormBuilder\classes\Form.class.php on line 545Code: Select all
if (isset($params)) {
// Do ya thang brother
}It is a Notice not an error.squeakyduck wrote: When the form is submitted, the validation works, but I receive the following error:
It seems like $params hasn't been set in the fbForm class when the Validate() function runs.Code: Select all
[b]Notice: Undefined variable[/b]: params in F:\myserver\apps\cmsmadesimple\htdocs\modules\FormBuilder\classes\Form.class.php on line 545