How to implement validation of values of one string from another (password with repeat password)?
-
<p>Пароль: <input class="otsputFIO" type="password" maxlength="20" required></p> <p>Повторите: <input class="otsputFIO" type="password" maxlength="20" required></p>
I believe this task is solved using JS. Please tell me how to implement this. I don't know JS, but I'm not interested in it either, but the task needs to be done.JavaScript Anonymous, Apr 15, 2020 -
By this principle, you can do as you please. At least by clicking, at least by typing
Lillian Hardy
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!