Hello, I have just acquired your template via GetBootstrap, and I started customizing it to my needs. Started off by implementing a sign up form. Everything looks peachy except that when I click on Submit, it tells me that everything went good, but it didn't save the info into my database. I have a php called controllerUserData.php which has the code for saving into the database. I am reusing some code from a previous project, and it was working perfectly. What I think it's happening that when the formvalidator kicks in, it's not going to my php file that is in charge of submitting the data to the DB. This is the first time I use your products so I feel kinda lost. Some pointers would be much appreciated. Thanks in advance!
Hi,
Thank you for your interest in Good.
To submit the login form you will need to do a few changes in src/js/custom/authentication/sign-in/general.js
.
You just need to remove setTimeout code after the below link
// Simulate ajax request
....
form.submit();