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 <form> tags.
Sorry for the total noob question. What am I doing wrong?
<div class="pb-lg-0 pb-5">
<button type="submit" id="kt_login_singin_form_submit_button" class="btn btn-primary font-weight-bolder font-size-h6 px-8 py-4 my-3 mr-3">Sign In</button>
</div>
<form class="form" id="kt_login_singin_form" action="<?php echo base_url(); ?>login/doLogin" method="POST">
Extremely pleasant article, I appreciated perusing your post, exceptionally decent share, I need to twit this to my adherents. Much appreciated!.Holland Drive Condo
Awesome review, I am a major devotee to remarking on web journals to educate the web journal scholars realize that they've added something beneficial to the internet!..<b>Upper Thomson Road Condo</b>
It was thinking about whether I could utilize this review on my other site, I will connect it back to your site though.Great Thanks.Zion Road Parcel A Condo
Much appreciated such a great amount for this data. I need to tell you I agree on a few of the focuses you make here and others might require some further survey, however I can see your perspective. Orchard Boulevard Condo
You have done a great job. I will definitely dig it and personally recommend to my friends. I am confident they will be benefited from this site. polka dot shroom bars Uk
I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me to start my own BlogEngine blog now. men's health Really the blogging is spreading its wings rapidly. Your write up is a fine example of it.
Waow this is quite pleasant article, my sister love to read such type of post, I am going to tell her and bookmarking this webpage. Thanksç æ²¹
I want you to thank for your time of this wonderful read!!! I definately enjoy every little bit of it and I have you bookmarked to check out new stuff of your blog a must read blog!bridal underwear for bride
So luck to come across your excellent blog. Your blog brings me a great deal of fun.. gift for bride bachelorette party Good luck with the site.
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:Hi JT,
Is your </form> tag after the </button>?