Jan 12th, 2012, 1:16 PM
Heya,
Hmm... interesting problem. This may be a bug, by the looks of it. Generally, the if: condition isn't used much on the server, just with the RSV client-side version of the validation, so this may be a bug that's slipped by.
Could you do a quick debug and add this on line 112:
Then put through a submission again, with the Certificates checkbox checked. My hunch is that it'll output an array - in which case it's a bug.
Let me know!
- Ben
Hmm... interesting problem. This may be a bug, by the looks of it. Generally, the if: condition isn't used much on the server, just with the RSV client-side version of the validation, so this may be a bug that's slipped by.
Could you do a quick debug and add this on line 112:
PHP Code:
if ($field_to_check == "certificates")
{
print_r($fields[$field_to_check]);
exit;
}
Then put through a submission again, with the Certificates checkbox checked. My hunch is that it'll output an array - in which case it's a bug.
Let me know!
- Ben