Send All Fields html always false bug
-
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 thesend-all-fields.phpfile 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$htmlto betruealways and it’s ok.
But it seems that the if statement returns alwayas false.
Could it be fixed please?Thanks
Maor
The topic ‘Send All Fields html always false bug’ is closed to new replies.