• Hello. I have created a contact form.

    [text* your-name placeholder “name”]
    [email* your-email placeholder “E-MAIL” ]
    [tel* tel-307 placeholder “phone”]

    <button submit>

    [acceptance acceptance-761 optional][/acceptance] 

    When I enter 2 letters into the first field and remove the focus of the field, everything is fine. If I refresh the page and enter 1 letter in the second field, while the first field is empty, there is an error in the first and second (fill in the field below in red). If I refresh the page and write the letter 2 in the third field and remove the focus, the error writes to the first, second and third fields. How to make it so that when the focus is removed from the field, it writes an error only for the current field, but does not write for the rest?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to make it so that when the focus is removed from the field, it writes an er’ is closed to new replies.