Hi
Please help, this is my first use of Chronoforms and seems to be exactly what I need but I am having issues with seeing the data in a table.
I have checked under data save and it is enabled, table name is #Beaver_30_Party (it is for Beaver Scouts website)
But when I go to the form manager and click the drop down under table, and select the table it says "No Tables Selected"
Any help would be appreciated. Thanks
Please help, this is my first use of Chronoforms and seems to be exactly what I need but I am having issues with seeing the data in a table.
I have checked under data save and it is enabled, table name is #Beaver_30_Party (it is for Beaver Scouts website)
But when I go to the form manager and click the drop down under table, and select the table it says "No Tables Selected"
Any help would be appreciated. Thanks
Hi Paul11th,
The problem may be the table name #Beaver_30_party is not a legal MySQL name. Joomla! uses #__ as a place holder for the Joomla! site prefix so that code will run on sites with different table prefixes - in the actual name is is replaced by e.g. jom_ or p34rt_ etc.
So please try renaming your table to something like xxx_Beaver_30_party but replace the xxx with the site prefix.
Bob
The problem may be the table name #Beaver_30_party is not a legal MySQL name. Joomla! uses #__ as a place holder for the Joomla! site prefix so that code will run on sites with different table prefixes - in the actual name is is replaced by e.g. jom_ or p34rt_ etc.
So please try renaming your table to something like xxx_Beaver_30_party but replace the xxx with the site prefix.
Bob
This topic is locked and no more replies can be posted.