I'm running rails 4.2.5 and I've generated all of my user creation pages through devise/twitter-bootstrap-rails/devise-bootstrap-views and then just added recaptcha through this tutorial: https://github.com/plataformatec/devise/wiki/How-To:-Use-Recaptcha-with-Devise
The sign up process works fine when clicking the recaptcha but when you put in information and don't do the recaptcha, the whole page reloads and clears and it throws an "email can't be blank" error despite having filled that in.
Any help figuring out how to fix the error handling would be appreciated.