When using a mailto link in Webflow, it can sometimes open an unwanted empty tab. Here's how you can prevent this:
script element and add DOM content loader logic. Use event.preventDefault() for mailto links within the logic to ensure no empty tabs are opened. Remember, inline code snippets should not be shared according to the given rules, so configure your script accordingly without explicit example code.
To prevent a "mailto" link in Webflow from opening an empty tab, uncheck the "Open in New Tab" option in Link Settings and potentially use a small custom script to handle the link correctly. Always test the link to confirm it works without issues.