[eluser]devbro[/eluser]
[quote author="GlennJ" date="1249071765"]Change line 95 to
Code:
$result = $rule($postdata['name']);
and you'll get rid of the PHP notice :coolsmile:[/quote]
The issue is that if I do that then I would have problem if more fields are needed for that validation rule. also if there are more validations they will all fail.