I'm currently in the "build a survey form project"

and I wanted to know how to do this ->“If I enter an email that is not formatted correctly, I will see an HTML5 validation error” just with plain html and css not javascript and this one too, “If I enter non-numbers in the number input, I will see an HTML5 validation error”, please help… is it enough just writing the input “type” property?

hey,
look into different input types. It will give an error if user inputs data of wrong type.

thanks!! :slight_smile:

1 Like