Javascript – Form validation fails
I try to create form for POST the new user but have a problem. I use the bootstrap form validation (Browser defaults). Have a button: <button class="btn btn-primary btn-addUser" type="submit">Add User</button> This button also has the function of creating a…