• Resolved beonword

    (@beonword)


    How to Disable the Email Suggestion on the Email Form Field? I need to completely disable the “Did you mean …?” validation on the Email Form Field.

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

    (@sanjuacharya77)

    Hi @beonword,

    Sorry but I am a bit unclear about your query. If you could let me know in a bit more detail then it would be easy for me to assist you.

    Regards!

    Thread Starter beonword

    (@beonword)

    Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @beonword,

    Thanks for the screenshot, please add this code on your functions.php file of your current theme and it will do a trick.

    Code is here:
    add_filter( ‘everest_forms_mailcheck_enabled’, ‘__return_false’ );

    Let me know whether it helps or not and I will get back to you.

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable the Email Suggestion on the Email Form Field’ is closed to new replies.