You're trying to create a clickable email link in Webflow, but it's opening a blank tab instead of launching the user's email app. This typically means the link was not formatted correctly as a mailto link.
Select the text element or link block you want to use as an email link.
In the Element Settings panel (right-hand side), locate the Link Settings.
Set the Link Type to "Email".
In the email field, enter your address prefixed by mailto: — for example:
mailto:youremail@example.com
Webflow should automatically add mailto: when using the Email option, but double-check that it didn’t get removed or altered.
youremail@example.com
without the mailto: prefix, it would open a blank tab because browsers treat it as a web URL.To make an email link work in Webflow, use the "Email" link type and ensure the link is formatted as mailto:youremail@example.com. Avoid using plain text or external URLs without the proper prefix to prevent blank tabs from opening.