How can I convert a text into an email link in Webflow? I have tried enabling the link element and entering my email address in the email field, but when I click the link, it only opens a new empty tab named 'Untitled'. Please help me resolve this.

TL;DR
  • Use the "Email" link type in Webflow's Link Settings and enter the full email address to ensure Webflow adds the correct mailto: format.  
  • For buttons or custom embeds, manually type the full mailto link (e.g., mailto:name@example.com) using the "URL" option.  
  • If issues persist, delete and re-add the link element to reset any misconfigured settings.

You're trying to create an email link in Webflow, but clicking it opens a blank tab instead of launching the user's email client. This usually happens when the mailto: protocol is missing or incorrectly configured.

1. Use the Text Link Element Correctly

  • Select the element you want to make an email link—typically a Text Link or Link Block with text inside.
  • In the Element Settings panel, under the Link Settings, choose "Email" from the dropdown.
  • In the email field, type your full email address (e.g., name@example.com).
  • Webflow will automatically prepend mailto: to the link on publish.

2. Double-Check the Published Link

  • After publishing, hover over the link on your live site (not in the Designer).
  • Make sure the browser shows a bottom-left preview like this:  

  mailto:name@example.com

  • If it doesn’t, you may have inserted the email as a normal URL, which opens as a blank tab.

3. Use a Manual Mailto Link (If Needed)

If you're using a Button or custom HTML Embed, follow these guidelines:

  • For buttons or link blocks, use the "URL" link option (not "Page" or "Section").
  • Type in the full mailto link manually:  

  mailto:name@example.com

  • Do not enter just the email address (e.g., name@example.com)—the browser treats it as a webpage, leading to an empty tab.

4. Avoid Misconfigured Link Types

  • If you recently changed the link type (e.g. from Page to Email), Webflow may have retained the old configuration.
  • Remove the link element and re-add it to eliminate residual settings.

Summary

To make text link to an email correctly in Webflow, ensure the link is set to Email type in Link Settings and that it's using the correct mailto: format. Clicking the link should then open the default mail client, not a blank browser tab.

Rate this answer

Other Webflow Questions