Contact Form 7 + Lead Magnet
-
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];
}}
- The topic ‘Contact Form 7 + Lead Magnet’ is closed to new replies.