I just purchased the Ultimate (https://themes.getbootstrap.com/product/keen-the-ultimate-bootstrap-admin-theme/) and the Signin page uses the button below to submit the user login form. Once clicked, the button animates but doesn't submit the form. Also, the button is enclosed within the
Hi JT,
Is your tag after the ?
Hi,
Sorry for the late reply.
You will need to modify the login.js script in order to enable the form submit using standard submit buttons. In login.js we added form validation and process flow in order to enable ajax based login. If you need the classic login flow you can disable it in src/js/pages/custom/login/login.js
and remove the code below:
$("#kt_login_signin_submit").on("click", function (e) {
......
});
src
folder you will need to recompile it using: