Conversation
DK
Last activity: 13 Jan 2026 9:16 EST
Instructions links to be opened in new tabs in DX API
Hello :)
I have a external application that uses DX API and connects to PEGA. On one of the pages I have instructions to the form, which contains a link. However, I would like to make it open in a new tab. It does only through constellation in PEGA preview, but in DX API I get HTML element as <a href="xyz.com"> test text </a>. There is no possibility to add target="_blank" parameter to make it open in new tab always. How can I achieve that? For now I had to override default form in JS, find 'a' elements and replace DOM elements with needed parameter. But that's not a good solution, as it iterates through all elements, it may slow the app and also in the future maybe some links I will not want to open in new tab.
I'm on pega 24.2. Thanks in advance :)

