Forums

Visual Form Builder
Slashes appearing in notification emails (4 posts)

  1. redhatgal
    Member
    Posted 5 months ago #

    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?

    http://wordpress.org/extend/plugins/visual-form-builder/

  2. Hal Gatewood
    Member
    Posted 4 months ago #

    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

  3. redhatgal
    Member
    Posted 4 months ago #

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

  4. Matthew Muro
    Member
    Posted 4 months ago #

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

Reply

You must log in to post.

About this Plugin

About this Topic