• Resolved rogeriodec

    (@rogeriodec)


    WPForm is suggesting alternative e-mail addresses like this, however the e-mail address in this image is valid.
    How to disable this function?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’d really like the option to disable this too, our forms get lots of submissions from people with valid .ac.uk email addresses. It suggests to them that they should change it to co.uk and a lot of people blindly follow the prompt!

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi rogeriodec and indie1982,

    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!

    Thread Starter rogeriodec

    (@rogeriodec)

    Worked, thank you.
    So I leave the suggestion to implement this function as a user option in a future release.

    The filter fixed it for me too, thanks Ethan!

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

The topic ‘Disable e-mail suggestion’ is closed to new replies.