• Resolved talgerafi

    (@talgerafi)


    I collect leads via this plugin and added more columns on the same Sheet.
    I change some of them to track it.

    After a while, for somereason the Sheet jumps for example from row 120 to 600 and there is a space and the leads from the plugin keeps from 600 > …

    Do you have any clue why?

Viewing 1 replies (of 1 total)
  • Plugin Author westerndeal

    (@westerndeal)

    Hi @talgerafi,

    Extremely sorry for the late reply.

    Can you add following debug statement under line 93 in file cf7-google-sheets-connector\includes\class-gs-service.php ?

    Gs_Connector_Utility::logger(“CF7GSC submitted data: “. print_r($posted_data, true));

    And also enable debug in wp-config file.

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, true);
    define(‘SCRIPT_DEBUG’, true);
    define(‘SAVEQUERIES’, true);

    Than submit the contact form which will write some data to debug.log file which will be under wp-content folder and check whether there is no space send with the data.

    Let us know.

    Thanks

    • This reply was modified 6 years, 7 months ago by westerndeal.
Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Google Sheet jump lines’ is closed to new replies.