How to disable input mouse hover message?


I want to get rid of the “Please fill out this field” which appears when mouse hover over the text input element and also dropdown element. How do you do this via code or settings?

When you add validation rules to your input elements browsers will show this automatically so you can’t get rid of this what you can do it remove the ‘required’ option from your inputs.

Worked perfectly, thanks!

Can you mark my answer as best answer so everyone can see this thread is answered.