• Resolved GDGerlach344

    (@gdgerlach344)


    No matter what is typed in the email window, the suggested email is merely the same email with the extension changed to “.mac”. How do I disable the suggested email feature? This has started occurring since I upgraded to a new version of WPForm.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi gdgerlach344,

    We don’t have a built-in way to disable the email suggestions. However, if you’re willing you can use the following custom code:

    add_filter( 'wpforms_mailcheck_enabled', '__return_false' );

    In case it helps, here’s our tutorial with the most common ways to add custom code like this.

    For the most beginner-friendly option in that tutorial, I’d recommend using the Code Snippets plugin.

    Hope this helps!

    • This reply was modified 5 years, 4 months ago by Ethan Choi.
    Thread Starter GDGerlach344

    (@gdgerlach344)

    To which file do I add the code?

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi gdgerlach344,

    We recommend adding that code to the Code Snippets plugin. The code will then be applied to the forms on your site.

    In case it helps, WPBeginner has a detailed tutorial on how to do that.

    Hope this helps!

    Thread Starter GDGerlach344

    (@gdgerlach344)

    Ethan,
    I’m not a beginner. I add code to web files frequently. Are the e-mail address suggestions coming from your plugin or are they coming from the WordPress install?

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi gdgerlach344,

    The email suggestions are coming from the plugin. You can see the code for the email suggestions in the wpforms.js file. However we recommending adding custom code outside of the plugin files so that they are not overwritten by future plugin updates.

    Hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I remove email suggestion?’ is closed to new replies.