For some reason when you enable captcha in blog comment form, the input is not required, so people can submit empty captcha . Even in blog.php capcha is set to "required". I don't understand where is the logic for the required fields is defined if not in blog.php? Even if you remove couple inputs from the form it still throws and errors saying to fill the inputs that are not even rendered.
The screen shots are attached.
http://shadestyles.dk/form.pnghttp://shadestyles.dk/error.pngThanks in advance, Arthur
Comments
With regards to being able to submit empty captchas, I'm not able to replicate that locally. Are you able to debug the controller to see if and how the comment is getting through without properly validating?