If you are using the MySQL database feature in the program, you must specify table column names that correspond to your form fields. I.e., the field "Email" will be stored in the Database table field that you provide for Column 2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this error during Step 5: generation status
Column 1 for field Name was not entered.
Column 2 for field Email was not entered.
Column 3 for field Password was not entered.
Any ideas what's going wrong?
If you are using the MySQL database feature in the program, you must specify table column names that correspond to your form fields. I.e., the field "Email" will be stored in the Database table field that you provide for Column 2.