• Resolved cipsa

    (@cipsa)


    I pass this comment in case it can be used for a future update.

    Contact Form 7 forms that are not connected to the CRM Lead Magnet have been failing to submit for a while now.

    I have been able to solve it with the following code, I don’t know if it is something that happens to other people. Basically, the form that is not connected to the lead magnet keeps loading infinitely when clicking submit.

    This is the code that I modify every time a new update comes out (the code is not mine):

    /wp-content/plugins/zoho-crm-forms/includes/crmcontactform7.php

    Line 172

    if(is_null($thirdpartyfieldids))

    {}

    else {

    $thirdpartyfieldids = array_flip($thirdpartyfieldids);

    foreach ($thirdpartyfieldids as $key => $value) {
    $OriginalMap[$key] = $crmformsfieldname[$value];
    }

    }

Viewing 1 replies (of 1 total)
  • Plugin Author Zoho CRM

    (@zohocrm)

    Hi @cipsa ,

    Thanks for notifying. Please update the latest plugin version.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7 + Lead Magnet’ is closed to new replies.