I created my first sign up page followed by Brian’s tutorial Webinar 3 part 1. Everythings is fine until I hit the form submit button. The blank page with “” on the top left corner appears. I have installed all the framework as necessary. Here’s the test page. https://liveworkoutpass.com/signup.php
After the submit button, it should bring me back to index.php
Thanks guys. Now the form submit button works. However, on my phpmyadmin the password fields are not encrypted. The fields are populated exactly as the value field in the password table on the database insert.
Thanks Teodor. Now, after re-watching the part where Brian populate the table expression, I noticed the {{ }} wrapped around the value expression. It however does not do it automatically. I had to manually add them. But now it works anyway.