Forums

CFV5 Fresh Install not saving data

Fawaaz 25 Apr, 2016
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?
Fawaaz 25 Apr, 2016
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');
                        )

                )

        )

)
GreyHead 25 Apr, 2016
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
Fawaaz 26 Apr, 2016
Thank you Bob, it was the Model ID.
This topic is locked and no more replies can be posted.