UiPath Forms - url link opened in Firefox

Hello,

I’ve got issue with UiPath Forms and with adding URL Link there. I would like to display clickable link in UiPath Form. After Clicking the link I would like to open selected link in Firefox (which is default browser).

I used this topic to implement this solution:

Unfortunately after clicking ‘Link’ - web page is opened directly opened in UiPath Form:

Any idea how to fix that to have it opened in Firefox?

thank you,
Piotr

hello,

the issue is somehow resolved. Instead of having URL link itself in the Form, you can replace it with the button. Then you need to select proper property for this button (closeOnSubmit - false). Then in ‘Do’ block you can have ‘Open browser’ activity with a link, which you want to open:
uipath form

here you can find a link, which should help you to understand the whole idea:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.