The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Lookup Clickable URLs
Hi All,
May be something simple however, I want to be able to lookup a URL that I have imported into a form. Then perform a lookup another form and then the URL is displayed as a clickable link.
I can get the the URL to display in the lookup field however then the user will need to copy and paste the URL into the browser bar to be able to access the content. Is it possible to make the URL that is looked up a clickable link?
Any help appreciated!
Cheers,
Evan
September 24, 2018 at 5:49 am
You can do this with jQuery. After the user selects a URL from the dropdown, you can use jQuery to build it into a clickable link and display it on the page with instructions.
As an alternative, you can also use jQuery to copy the URL directly to the clipboard: https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
Discussion closed.