Not saving the info from a form

tonkata 26 Aug, 2013
Hello!

I followed very strictly the procedure for connecting a database to a form but at the end the entered data is not displayed in the database.

I am using J2.5. I also checked the forum but I couldn't find the same problem with other people.

Any ideas?
GreyHead 26 Aug, 2013
Hi tonkata,

I'm afraid that from the information you've posted the only possible answer is that you missed something or mistyped something :-(

Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab.

Bob
tonkata 26 Aug, 2013
Hi, Bob! Thanks for responding so fast!

I am not using the Easy Form Wizard but the main one.

Here is the debug info:

Data Array:
Array
(
[option] => com_chronoforms
[tmpl] => component
[chronoform] => Forma_za_dobavqne_na_star_uchebnik
[event] => submit
[Itemid] =>
[lang] => en
[Author] => fdfdfd
[Title] => fdfdfd
[Publishing_Year] => 2002
[Publisher] => rererere
[ISBN] => 4343434343
[Submit] => Submit
[99432247ed4ef8810cc360d5f36e81d4] => 1
[language] => en-GB
[chronoform_data] => Array
(
[cf_uid] => 697a6f41d6088357b82dc63064814857
[cf_created] => 2013-08-26 13:15:55
[cf_created_by] => 786
[cf_ipaddress] => 82.75.187.129
[cf_user_id] => 786
[option] => com_chronoforms
[tmpl] => component
[chronoform] => Forma_za_dobavqne_na_star_uchebnik
[event] => submit
[Itemid] =>
[lang] => en
[Author] => fdfdfd
[Title] => fdfdfd
[Publishing_Year] => 2002
[Publisher] => rererere
[ISBN] => 4343434343
[Submit] => Submit
[99432247ed4ef8810cc360d5f36e81d4] => 1
[language] => en-GB
[cf_id] => 6
)

[chronoform_data_cf_id] => 6
)
Validation Errors:
Array
(
)
tonkata 26 Aug, 2013
Bob, the other problem is that when I created the Text Boxes I gave them a field names which do appear at the database (when creating it) but do not appear in the Records.... It is very strange for me. I followed the instruction from the tutorials just as you wrote them.
GreyHead 26 Aug, 2013
Hi tonkata,

It looks to me as if the input names 'Author', 'Title', etc are not **exactly** the same as the column titles in the database table.

Bob
tonkata 26 Aug, 2013
Yes, I will check this out!

What about the first issue?
GreyHead 26 Aug, 2013
Hi tonkata,

What is the first issue?

Bob
tonkata 26 Aug, 2013
Hi,

the first issue is that I cannot see the data in the Records...😟
GreyHead 01 Sep, 2013
Hi tonkata,

In which Records where? There are several places that you might be looking.

Bob
This topic is locked and no more replies can be posted.