Hi all,
I created a form and all works well. But when I try to create a table, nothing gets written to the table. I can clearly see the field labeled, but its empty. (I can see the table created in phpMyAdmin, but it has a totally different name "jos_chronoforms3" and not the name as the name of my form)
Note - that when I create the table, Im selecting the correct type of box in the form. For example, my input boxes are "text", so when I crate the table, I select "text".
Post edited by: jrivera, at: 2007/09/22 02:35<br><br>Post edited by: jrivera, at: 2007/09/22 02:35
I created a form and all works well. But when I try to create a table, nothing gets written to the table. I can clearly see the field labeled, but its empty. (I can see the table created in phpMyAdmin, but it has a totally different name "jos_chronoforms3" and not the name as the name of my form)
Note - that when I create the table, Im selecting the correct type of box in the form. For example, my input boxes are "text", so when I crate the table, I select "text".
Post edited by: jrivera, at: 2007/09/22 02:35<br><br>Post edited by: jrivera, at: 2007/09/22 02:35
Hi jrivera,
the table name is jos_chronoforms+ your form ID and not name, please assure that your form has an ID of 3 (look for the form IDs in the form management screen) then assure there is the PHP code in the "auto generated" tab at the form edit page, is there any code here ?
Cheers
Max
the table name is jos_chronoforms+ your form ID and not name, please assure that your form has an ID of 3 (look for the form IDs in the form management screen) then assure there is the PHP code in the "auto generated" tab at the form edit page, is there any code here ?
Cheers
Max
This topic is locked and no more replies can be posted.