WPIntell

Source evidence

Send All Fields html always false bug

Contact Form 7 Modules · support · 2017-04-23T22:57:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
maorb unresolved
Hi, I use your very useful and helpful the Contact Form 7 Modules: Send All Fields plugin, version 2.0.2. CF7 is set with the checkbox to send the mail with html format, but for some reason it appears that the plugin gets html as false all the time. I looked in the send-all-fields.php file at lines 29-31: $html = false; if ( wpautop( $array['body'] ) == $array['body'] ) { $html = true; } When I var_dump($html) it is always false, which causes the mails to be sent as a one long string unreadable for humans. Meantime I just hard coded changed $html to be true always and it’s ok. But it seems that the if statement returns alwayas false. Could it be fixed please? Thanks Maor Thanks for this hack @maorb . I also realized blank fields are not added to the notification even though the “Exclude lines with blank mail-tags from output” checkbox is unchecked. I commented out lines 58-61 so that blank fields are added regardless. Thanks a lot @maorb and @inhouse . I had the same problem and implemented the workarounds you proposed. Works link charm now. Would be nice to know when this is going to be fixed. Any date foreseen?

Comments

2 shown
InHouse 2017-08-07T14:32:00+00:00

Thanks for this hack @maorb . I also realized blank fields are not added to the notification even though the “Exclude lines with blank mail-tags from output” checkbox is unchecked. I commented out lines 58-61 so that blank fields are added regardless.

André Klein 2017-08-29T13:09:00+00:00

Thanks a lot @maorb and @inhouse . I had the same problem and implemented the workarounds you proposed. Works link charm now. Would be nice to know when this is going to be fixed. Any date foreseen?