Google validation error messages
-
It appears that Google now offers data validation for certain fields. By default the error messages show up and are annoying.
I found the following custom CSS to correct the problem:
div.error-message {
display: none;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Google validation error messages’ is closed to new replies.