Clients sometimes ask why captcha is not working correctly for them.  Because of how the plugin works, captcha is not needed.  


We append the submit button via javascript after the page loads and the button is just a div element with an on click event, not an actual form button.


These means bots should never even see the button at all and even if they do they wouldn't see it as a clickable button since it's just a div.