I cant seem to remove an annoying popup message which appears whenever an email address is invalid during the registration process.
I’m using Devise and I have tried removing :validatable but yet the message still pops up. Its must be javascript or something as the page doesn’t reload, the message just appears in an ugly pink box.
The message simply reads ” Please enter an email address “.
I cant find a single thing on the web or github about this issue, nor can I find any code in the devise app which might relate to this occurance.
Any ideas?
probably this is due to the html5 validation built in your browser. Try to add
novalidate="novalidate"to your form tag