Can I make a link in a field open in a new tab?

Knowledge Drop

Last Tested: Jan 21, 2019

For the link parameter there is no way currently to have the link automatically open in a new tab.

Note that absolute links open in a new browser tab, and relative links in the same browser tab, as documented here.

For the html parameter the answer is yes. You can use the target="new" attribute to make a link open in a new tab:

html: <a target="new" href="https://www.google.com/">Link to Google</a>;;

This content is subject to limited support.                

Version history
Last update:
‎04-05-2021 03:17 PM
Updated by: