Users, want to be able to paste links into this box which can then be hyperlinked, so they can just click on the link and proceed,
I’ve looked about and tried a few methods like BPM or Button events but can’t figure out a way of making it so they can use an input link. They all require a URL that cannot be changed by users.
in the Textbox’s Advanced settings, turn on “Enable Search”. (this adds a search icon, but we’re just going to use that as a means to trigger our event).
I’ve done the same thing and called it done. Now if there was an easy way to change that icon to something other than a magnifying glass… we’d have a cherry on top.
I wish. An alternative approach would be to put a button right next to the textbox (using whatever mdi icon you want) and use the onclick of that button to do the URL open.
Either way, the user has to click a button vs an actual hyperlink. Its just cosmetics and form layout preference really, I suppose.