If you search the forum you’ll see some options. if that’s a big issue we can look into adding mixpanel’s functionality on links on a sponsored basis, but it does slow things down, since Mixpanel will force the page to wait 300ms before changing the page or opening a link.
Is there no way to open a new tab when an external link is opened? If I add a path description (Link to Google maps) users have to bounce from my website?
If you’re using a “link” object, you will be fine. “Link” objects can be opened in a new tab, but objects that are not of type “link” don’t have that functionality. The reasoning is in the documentation, here: https://bubble.io/reference#Actions.OpenURL
After seeing the post that you have to use the link function, I just put a box link around (I’m using a repeating group with products and each cell is a button to link to external site) the entire cell/inside the cell and as the item on top. So you don’t see it but when you click in the space you’re clicking the link and takes you to where I want.
I’m running into this problem as well. My issue is that I need to trigger the button press to:
Add a row to a database with information from the current page
Send the user to an external site (hopefully in a new tab)
With the “box link” solution, it seems the link can’t also trigger a workflow. Is there a way to make a link element trigger a workflow, or achieve a similar result?
Hi Issac, you can open an external website using the js toolbox plugin, you just run window.open("") in the “run javascript” plugin section, in the workflow, after installing the tooklbox plugin
Would be great if this became a native option for all elements… its a small thing and been talked about alot. I know we have links… but still don’t ask don’t get