Posts by Phpcoder • 5 points
2 posts
-
-2
votes1
answer165
viewsQ: Password validation with javascript
I am trying to validate a form, which it from Submit in the form only if the password field is filled with at least 1 UPPERCASE LETTER, 1 NUMBER, 1 MINUSCULE LETTER. I did this with regex Pattern…
-
-1
votes2
answers86
viewsQ: Submit form without button. Only when input is completed
So guys, I’d like to know how to send a form without submit button or without clicking something. I saw on a site a input where after filling with a value, it from Submit in the form. I tried to do…