• Resolved wpcork

    (@wpcork)


    When I install your plugin and complete the Google Sheets connection, only the date is being populated.
    I added “date” as the first field and then added one other field (a radio button called switcher) to the first row in the second column but it is not working.

    The connection must be working as the date is being added, but the rest of the fields are not.

    Also the Debug Log is empty and your documentation does not include Caldera Forms information.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author westerndeal

    (@westerndeal)

    @wpcork
    Sorry for the trouble

    Can you once reactivate with the new Auth Code and also connect with the new sheet and let me know.
    Are you using any other Caldera Forms Addon or any other Google Related plugin?

    It requires debugging while adding debug statements in wp-config.php

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );

    Once you add the above, fill the form, and then check the wp-content directory, you’ll find the debug.log file.
    copy the error from the above file and send me to help you further.

    Many Thanks
    Abdullah

    Thread Starter wpcork

    (@wpcork)

    Hi Abdullah,

    Thanks for getting back to me, however my client needed to get his form live so I had to use a different plugin.

    I will be using your plugin on the next project that requires a form submission and I’ll let you know if I have the same issue.

    Best Regards,
    Donal

    I have the same problem of not populating

    [09-Apr-2021 19:41:14 UTC] Array
    (
        [date] => 9th April 2021
        [time] => 7:41 pm
        [Full Name] => Tom Thumb
        [Address] => 5 Danfgtre Drive
        [Postcode] => N3GN10pl
        [Home Tel No:] => 
        [Mobile No:] => 077678909876
        [Email Address:] => [email protected]
        [section_break__fld_440216] => 
        [Ladies Rate] => 
        [Gents Rate] => 
        [Junior - Social Rate] => Social £5
        [Age Group] => 19 - 39
        [Disability type] => 
        [Data Protection Conformation] => Yes
    )
    
    [09-Apr-2021 19:41:14 UTC] Array
    (
        [date] => 9th April 2021
        [time] => 7:41 pm
        [Full Name] => Tom Thumb
        [Address] => 5 Danfgtre Drive
        [Postcode] => N3GN10pl
        [Home Tel No:] => 
        [Mobile No:] => 077678909876
        [Email Address:] => [email protected]
        [section_break__fld_440216] => 
        [Ladies Rate] => 
        [Gents Rate] => 
        [Junior - Social Rate] => Social £5
        [Age Group] => 19 - 39
        [Disability type] => 
        [Data Protection Conformation] => Yes
    )

    Regards

    Phillip

    I have the same problem of not populating
    data after date and wrong time zone are not filled
    after the update there was such a problem
    before when fields were automatically created everything worked fine
    can you help?
    Slug are filled in English
    but the name is signed by my language – Ukrainian
    but the tags are not subscribed in my language.
    if I sign in English it is filled in

    [31-May-2021 14:34:02 UTC] Array
    (
        [date] => 31.05.2021
        [time] => 14:34
        [Ваше Пр?звище, ?м'я] => Павленко
        [Номер телефону] => +380934488029
        [Точна к?льк?сть людей, яка буде ночувати у гуртожитку] => 3
        [Пр?звище, ?м'я першо? людини] => пав
        [Пр?звище, ?м'я друго? людини] => пав
        [Пр?звище, ?м'я третьо? людини] => пав
        [День та час] => Четвер (п?сля 15:00) - П'ятниця, П'ятниця (до 15:00) - Субота, Субота - Нед?ля (до 10:00)
        [Пост?льна б?лизна] => Комплект з рушником (80 грн)
        [К?льк?сть людей, що харчуються?] => 5
        [П'ятниця] => Об?д (70 грн), Вечеря (50 грн)
        [Субота] => Об?д (70грн), Вечеря (50грн)
        [Нед?ля] => Сн?данок (50грн)
        [Всего] => 2410
    )
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Data Not Populating’ is closed to new replies.