Forums
(@lucianopulvirenti)
8 years, 4 months ago
With WR contact form the mail is not in HTML
Solved. Problem are Google restriction on sender not plugin. Sorry
8 years, 10 months ago
Change line 91 of file contactform-js-submissions.php to var listForm = $.parseJSON(\” . str_replace(“‘”,”\'”,json_encode( $listForm )) . ‘\’); Resolve single quote confict.
Change line 583 of file action-hook.php from ‘public’ => false, to ‘public’ => true,
Another problem is if the name of the form fields contain single quote. This generate error in the submission page.
I post little solution in new topic
Solved is theme conflict