/**
* Turn off the email suggestion.
*
* @link https://wpforms.com/developers/how-to-disable-the-email-suggestion-on-the-email-form-field/
*
*/
// Disable email suggestion on Email form field
add_filter( 'wpforms_mailcheck_enabled', '__return_false' );