Duplicated Fields in Email
-
I’ve noticed some people have issues with duplicating fields in the email it sends when “Send me a copy” is ticked.
I came up with this solution to remove any duplicated fields:
change line 567 in salesforce.php (the main file that opens when the plugin is selected in the plugin editor) from:
if( trim( $label ) != 0) {
to:
if( trim( $label ) !== ” && $value !== ”) {
It would be great if you could implement this fix into the next update of the plugin perhaps.
Thanks.
https://www.ads-software.com/plugins/salesforce-wordpress-to-lead/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Duplicated Fields in Email’ is closed to new replies.