Form Learn

Can you check and evaluate whether I can do the following features in the link above, thanks in advance

  1. Make all of the input fields mandatory to complete before the form can be submitted.
  2. Change the type of the “Email address” and “Phone number” fields to make the browser apply some more specific validation suitable for the data being asked for.
  3. Give the “User name” field a required length of between 5 and 20 characters, the “Phone number” field a maximum length of 15 characters, and the “Comment” field a maximum length of 200 characters.

Welcome to the community, @Eral_Keskinkurt :wave:

Congratulations! The only thing I see is that the phone number shouldn’t have a minlength, just maxlength.
Besides that everything is correct.

Have a nice day,
Michael