1

I have a form with required attributes.

So I want this form to validate if my input fields are correct, BUT I don't want to show the warning message "This field needs to be filled in".

enter image description here

I can't seem to find anyhting online about disabling the default browser warning. Does anyone know how to do this?

Sybrentjuh
  • 247
  • 3
  • 14
  • [You can see it here.](https://www.w3schools.com/tags/att_input_required.asp) – Rustam D9RS Jun 18 '20 at 07:18
  • You could try removing the `required` attribute and programmatically disable submit and add custom messages if necessary. – Sai Krishna Jun 18 '20 at 07:19
  • The suggested answer on this post did NOT help me. I have however found out that it is called a form validation bubble and have found a nice blog on how to disable them: https://www.telerik.com/blogs/building-html5-form-validation-bubble-replacements – Sybrentjuh Jun 18 '20 at 07:26

0 Answers0