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.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 betrue
always and it’s ok.
But it seems that the if statement returns alwayas false.
Could it be fixed please?Thanks
Maor
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Send All Fields html always false bug’ is closed to new replies.