• Resolved matanoosh

    (@matanoosh)


    We are using the plugin for popups across the site. From some reason we keep seeing debug messages after filling forms even though the debug mode is turned off.
    How do I turn it off? is there any other place to do it other than the main screen?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gator Forms Support

    (@perfect-web-support)

    Hello,

    if you are seeing this message with a debug mode disabled, then most probably the AJAX component was picking out some incorrect characters or blank spaces in your php files – you can check your index.php, template’s index.php or functions.php files for blank spaces/blank new lines, typically that’s where they are.

    Alternatively you can add the following style to your template’s css style file (most probably style.css – you can find it in Appearance > Editor) to hide this message:

    ​​ .pweb-alert {display:none !important}

    Best regards

    Hi there,

    I’m having the same problem.
    I tried adding the style to css and the debug mode is off, however I am still getting the pop up message.

    Any ideas?

    Thanks

    Plugin Author Gator Forms Support

    (@perfect-web-support)

    Hello, please contact us via our support form and we’ll investigate your issue.

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

The topic ‘Debug mode can’t be turned off’ is closed to new replies.