The form works beautifully, except for one thing. There are slashes before quotation marks in the notification email. How do I get rid of these?
The form works beautifully, except for one thing. There are slashes before quotation marks in the notification email. How do I get rid of these?
Had the same problem. I added two lines of code to file:
/wp-content/plugins/visual-form-builder/visual-form-builder.php
Line 2024:
$message = stripslashes($message);
Line 2052:
$notify_message = stripslashes($notify_message);
This fixed the problem for me. Still testing to make sure it works.
Hal Gatewood
Thanks very much Hal. I'll give it a try.
I'll get a fix for this in the next update. Thanks for the bug report.
You must log in to post.