I created a form with the wizard. I have attached the form to create a table in my db.
I would not be duplicated on the email field.
I have tried to create the table and indicate how primary key but I get emails:
Check query table below:
CREATE TABLE IF NOT EXISTS `# __chronoforms_SUBSCRIBE` (`cf_id` INT (11) auto_increment, `cf_uid` VARCHAR (255), `cf_created` DATETIME, `cf_modified` DATETIME, `cf_ipaddress` VARCHAR (255), `cf_user_id` VARCHAR (255), `Name` VARCHAR (255), `name` VARCHAR (255), Un `VARCHAR (255),` dinner `VARCHAR (255),` Email `varchar (255),` Post `VARCHAR (255) , `privacy` VARCHAR (255), `chrono_verification` VARCHAR (255), `Confirm` VARCHAR (255), PRIMARY KEY (`email`));
thanks
I would not be duplicated on the email field.
I have tried to create the table and indicate how primary key but I get emails:
Check query table below:
CREATE TABLE IF NOT EXISTS `# __chronoforms_SUBSCRIBE` (`cf_id` INT (11) auto_increment, `cf_uid` VARCHAR (255), `cf_created` DATETIME, `cf_modified` DATETIME, `cf_ipaddress` VARCHAR (255), `cf_user_id` VARCHAR (255), `Name` VARCHAR (255), `name` VARCHAR (255), Un `VARCHAR (255),` dinner `VARCHAR (255),` Email `varchar (255),` Post `VARCHAR (255) , `privacy` VARCHAR (255), `chrono_verification` VARCHAR (255), `Confirm` VARCHAR (255), PRIMARY KEY (`email`));
thanks