Hello,
My new form in CFV5 on a fresh joomla install is not saving data to the table.
Only ID and uniq_id are saved. User inputs are not saved.
If i enable EMAIL, email is sent with data but nothing stored to db.
Table has been generated in CFV5. Cache already deleted.
Here's the debugger result and screenshots.
Can you help please?
My new form in CFV5 on a fresh joomla install is not saving data to the table.
Only ID and uniq_id are saved. User inputs are not saved.
If i enable EMAIL, email is sent with data but nothing stored to db.
Table has been generated in CFV5. Cache already deleted.
Here's the debugger result and screenshots.
Can you help please?
Hello Fawaaz,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My CFv5 form data isn't saving to the database correctly
My form data isn't saving to the database correctly
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My CFv5 form data isn't saving to the database correctly
My form data isn't saving to the database correctly
P.S: I'm just an automated service😉
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => Job_Application
[event] => submit
[Firstname] => Faw
[Surname] => Aaz
[Mobile] => 456546545
[Home] => 6846546546
[Email] => test@email.net
[Age] => 24
[Town/Village] => Mytown
[Address] => Test Adresse
[CurrentStatus] => Unemployed
[PresentationPlace] => Wednesday Castel 20h
[Castel] => Address : From Curepipe to Port Louis : After Total Filling station, look for Castel Fresh Foods on the left and call us
[Plouis] => MANOR HOUSE, Rue St Georges à Port Louis
----
Venez jusqu'à RADIO ONE ou l'église Immaculée et demandez aux gens de vous indiquer la rue St George.
L'hôtel St George à votre gauche, 100m plus loin, vous avez une mosquée à votre droite et juste après la mosquée, vous avez un bâtiment rouge, Le MANOR HOUSE. Nous sommes dans ce bâtiment (au rez de chaussée)
[Plouis_Vendredi] => MANOR HOUSE, Rue St Georges à Port Louis
----
Venez jusqu'à RADIO ONE ou l'église Immaculée et demandez aux gens de vous indiquer la rue St George.
L'hôtel St George à votre gauche, 100m plus loin, vous avez une mosquée à votre droite et juste après la mosquée, vous avez un bâtiment rouge, Le MANOR HOUSE. Nous sommes dans ce bâtiment (au rez de chaussée)
[ContactNumbers] => Seat Reservation Compulsory
Before 5 PM : Call 59084809
After 5 PM : Call 57166749
[button32] => Submit
[Data] => Array
(
[id] => 4
)
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `Job_Application2` (`user_id`, `uniq_id`, `created`) values ('0', '7ecac7b5cb379e41c22da0d859bf47fac2cb7945', '2016-04-25 15:05:20');
)
)
)
)
Hi Fawaaz,
Do you have a Model ID set in the DB Save - if so please remove it as that would explain the non-saving.
Also please change the name of the element Town/Village to say Town_Village as the / will cause problems.
Bob
Do you have a Model ID set in the DB Save - if so please remove it as that would explain the non-saving.
Also please change the name of the element Town/Village to say Town_Village as the / will cause problems.
Bob
This topic is locked and no more replies can be posted.