0

is it possible to add the custom CSS to the error msg (Please fill out this field)?

<form>
   
    <label for="one">One Email: </label><input type="email" id="one" required data-errormessage-value-missing="Something's missing" data-errormessage-type-mismatch="Invalid!">   
    <button>Submit</button>
</form>
Priya
  • 39
  • 6
  • Have a look at [this article done by DigitalOcean](https://www.digitalocean.com/community/tutorials/css-styling-form-input-validity). It's not exaclty about the popup message, but it might help you do some styling. – Patrick Janser Feb 07 '22 at 12:41

0 Answers0