Help! Survey form help needed

How do I make my form show a html5 validation error if the wrong email format is inputed

  1. Use <input type="email"> for the email input
  2. Use <buttom type="submit"> or <input type="submit"> to validate on submit

Currently there’s no native way to show validation error on input (onblur)

1 Like

hello, This is the challenge " 6. If I enter an email that is not formatted correctly, I will see an HTML5 validation error."

I do not understand what it means