Hi!,
I am facing problem while creating the table after the forms creation, forms are sending emails and otherwise working except 2 things
1) when we try to create tables it gives following error
after clicking on create tables button following screen appears
http://www.ezwebpromotion.com/screens/scr1.jpg
and when we click on create coloumns all rows are checked and following screen appears
http://www.ezwebpromotion.com/screens/scr2.jpg
and when i click save tables following error occurs:
Error while creating table :Incorrect column name '' SQL=CREATE TABLE `jos_chronoforms_Call_Me` (`cf_id` INT(11) NOT NULL auto_increment, `uid` VARCHAR(255) NOT NULL, `recordtime` TEXT NOT NULL, `ipaddress` TEXT NOT NULL, `cf_user_id` TEXT NOT NULL, `link` VARCHAR(255) NOT NULL, `name` VARCHAR(255) NOT NULL, `Email` VARCHAR(255) NOT NULL, `Phone` VARCHAR(255) NOT NULL, `newsl` VARCHAR(255) NOT NULL, `` VARCHAR(255) NOT NULL, `Subject` VARCHAR(255) NOT NULL, `message` VARCHAR(255) NOT NULL, PRIMARY KEY (`cf_id`)) ENGINE = MYISAM ;
There is no table in the database with the name which are trying to create one
Can the Moderators help me in resolving this issue.
Also how i can make the person who submits the form recieve an Autoresponder email which is in my template
Thanks
I am facing problem while creating the table after the forms creation, forms are sending emails and otherwise working except 2 things
1) when we try to create tables it gives following error
after clicking on create tables button following screen appears
http://www.ezwebpromotion.com/screens/scr1.jpg
and when we click on create coloumns all rows are checked and following screen appears
http://www.ezwebpromotion.com/screens/scr2.jpg
and when i click save tables following error occurs:
Error while creating table :Incorrect column name '' SQL=CREATE TABLE `jos_chronoforms_Call_Me` (`cf_id` INT(11) NOT NULL auto_increment, `uid` VARCHAR(255) NOT NULL, `recordtime` TEXT NOT NULL, `ipaddress` TEXT NOT NULL, `cf_user_id` TEXT NOT NULL, `link` VARCHAR(255) NOT NULL, `name` VARCHAR(255) NOT NULL, `Email` VARCHAR(255) NOT NULL, `Phone` VARCHAR(255) NOT NULL, `newsl` VARCHAR(255) NOT NULL, `` VARCHAR(255) NOT NULL, `Subject` VARCHAR(255) NOT NULL, `message` VARCHAR(255) NOT NULL, PRIMARY KEY (`cf_id`)) ENGINE = MYISAM ;
There is no table in the database with the name which are trying to create one
Can the Moderators help me in resolving this issue.
Also how i can make the person who submits the form recieve an Autoresponder email which is in my template
Thanks