Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

make a clickable URL

Featured Replies

Is this possible? I have a field in a record, that is a customer URL. After a search is run, and the matching records are listed, the user clicks on the results they want to view and the detail page opens. Along with other information is the customers URL, if they happen to have a website of their own. I want the URl to be clickable so the user can click on it, and open a new window that leads to the website. As it is now, the WWW.:.XXX shows up, and I have not been able to make it a hot link. Thanks in advance for your time & help, Wayne

Not sure what version you have, but I known in version 5 and up there is an Open URL script step.

Make an "Open Link/URL" button with a script attached with the Open URL script step inside. You might want to first check if the field is empty before trying to send them to an empty URL.

Here is our solution. Rather than put the URL alone into the url field, we enter the complete html code for a link. This looks like -

"<a href="http://the.url"> Descriptive text </a>"

Then in the detail page, we just list the field with Raw encoding.

[FMP-FIELD: url, Raw]

You could probably write a calculation to create the html code inside the field.

  • Author

Thanks Andy, that worked out fine. Now to make it a little more complicated. How about making that link open a new browser window.

How hard is that?

Thanks, Wayne

Just add the modifier Target = "new" like this:

<a href="http://the.url" Target="new"> Descriptive text </a>

You can also learn a lot by looking up one of the many html guides and tutorials online.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.