Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter redhatgal

    (@redhatgal)

    Thanks very much Hal. I’ll give it a try.

    Plugin Author Matthew Muro

    (@mmuro)

    I’ll get a fix for this in the next update. Thanks for the bug report.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Visual Form Builder] Slashes appearing in notification emails’ is closed to new replies.