Geovanni - 2002-10-28

I am getting some errors when creating a new form.  After finishing process 1, I continue to to process 2 to enter the database information. I have entered everything correctly.

Email form data to:  something@mycompany.com
Redirect user to thank you page:  http://www.mycompany.com/thankyou.html

Insert data to MySQL database table?  Yes

If you chose yes, please enter your MySQL database access information:

hostname:  hostname@mycompany.com
username:  SQL_User
password:  ************
database:  feedback

Create new table?  Yes

If you chose yes, please enter a name for the table to be created:

table name:  feedback_

I click "Next" and I get this error:

The following errors occured while processing your request:

Column 1 for field Name was not entered.
Column 2 for field Email was not entered.
Column 3 for field Organization was not entered.
Column 4 for field Occupation was not entered.
Column 5 for field Phone Number was not entered.
Column 6 for field Fax Number was not entered.
Column 7 for field Address was not entered.
Column 8 for field Are you interested in was not entered.
Column 9 for field Comments was not entered.
Column 10 for field Would you like updates from LAEP was not entered.
Column 11 for field How would you like us to contact you was not entered.

Do you have any idea why the tables are not writing to my database?

Regards,

geo