• Resolved reinerslicht

    (@reinerslicht)


    Hi, using WP-Forms for a registration form – I allow only “.nnn” E-Mail-Adresses. When a user inserts this E-Mail correctly, there appears a message “Do you mean .live.nnn” below the E-Mail field. I cant deactivate that. Where can I delete or deactivate this? Thx RL

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @reinerslicht,

    Thanks for reaching out!

    You can disable the email address suggestion feature by adding a little code snippet available in our developer guide here.

    /**
    * Disable the email address suggestion.
    *
    * @link https://wpforms.com/developers/how-to-disable-the-email-suggestion-on-the-email-form-field/
    */

    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 WPCode plugin.

    I hope this helps!

    Thread Starter reinerslicht

    (@reinerslicht)

    Hi, thx a lot – it works! RL

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @reinerslicht,

    I’m glad to hear that the solution worked, and thank you for taking the time to let us know.

    If you’d like more help with using WPForms Lite, please feel free to reach out.

    Thanks!

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

The topic ‘Correction message when inserting E-Mail-Adress’ is closed to new replies.