I use Joomla 1.5 en Chrono Contact 3.0j1.5 BETA.
Can someone help me ?
You need to create a table to see the data - did you mean table instead of menu?
Bob
I did create a table and saved it.
I did create menu
I did fill in the form in the frontend.
I dont get " show saved data "
cornelia
Please will you take a look with PHPMyAdmin to see if the table was created It will have a name like jos_chronoform_99 where 99 will be the FormID from the Forms Manager.
Bob
I looked in the map phpMyAdmin (xampp->phpMyAdmin) there are a lot of maps and php files in it.
Can you please tell me in which file or map I can find the chronoform table.
cornelia
Sorry, looks like Max has changed the table naming too . . .
Go to the ChronoForms Form Manager and click on your form name to edit it. Click the DB Connection tab and then scroll down the lis tof table names looking for those that start with jos_chronoforms_. . . you are looking for one with your form name at the end.
Bob
Hi Cornelia,
Sorry, looks like Max has changed the table naming too . . .
Go to the ChronoForms Form Manager and click on your form name to edit it. Click the DB Connection tab and then scroll down the lis tof table names looking for those that start with jos_chronoforms_. . . you are looking for one with your form name at the end.
Bob
Yes I did this before and I saved it.
I inspected the Form code and filled in the Data view fields and saved it.
I still dont have the "show saved data".
The only thing I can get is in the row of Tables connected I can click on the table that is connected and see what data is filled in the form on the frontside.
cornelia
Thats it, we removed "show saved data" and added the tables names because now you can view more than table data! the same result!😉
Regards
Max
Hi Cornelia,
Thats it, we removed "show saved data" and added the tables names because now you can view more than table data! the same result!😉
Regards
Max
Hi Max,
Yes I can understand that.
But now the question thats behind this all.
I made a form with text fields and radio fields and installed it and worked perfect.
Afterwards I wanted to change some textfields.
So I loaded it in Dreamweaver and changed some textfields and restored it to chronoforms.
I Checked the form code and the DBconnection and the DataView Fields that was ok.
I checked the table that was ok and I saved it.
I filled in the form in the frontend and send it.
When I checked the table connected I saw that only the text field that I changed did,nt contain information th rest was ok.
Thats why I was lokking for extra data why I did.nt get the information from the form in the frontend.
I do hope I make myself clear.
What can I do to find out why the information was lost ?.
Cornelia
Chronoforms maps the form fields names to the table columns names, table columns names are created only when you create it, so if you changed some field name in the form and didn't do the same in the table then that field will not get saved! you need to create a new table or edit the table with phpmyadmin!
Regards
Max
Hi Cornelia,
Chronoforms maps the form fields names to the table columns names, table columns names are created only when you create it, so if you changed some field name in the form and didn't do the same in the table then that field will not get saved! you need to create a new table or edit the table with phpmyadmin!
Regards
Max
Hi Max,
Thanks for the answer.
I want to edit the table in phpmyadmin.
I searched in the map phpmyadmin for the table.
There are so many maps and files(php) in the phpmyadmin map(C:/xampp/phpmyadmin) I don' t know where I can find the table to edit.
Can you please tell me in what map or file I can find the table for editing?.
Regards
Cornelia
open phpmyadmin in your browser and look for the correct database of your site then the correct table, the phpmyadmin on your host should be something like this:
http://localhost/phpmyadmin/
Best regards,
Max
