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.

Featured Replies

okay. so in my page i have this code:

<a href="[FMP-field: address]">[FMP-field: address]</a>

where address is a field with a valid url as data

but when i try this i get an error message that says :

This program does not support the protocol for accessing '[FMP-field: address]'

I'm lost.

This is only a guess, but I would guess that that is a prohibited term. You may need to rename your field if you have named it "address". Probably best to avoid that term and "url" and "ip".

There exist tags [fmp-clientaddress] and [fmp-clientip]. You may need to tune into these as an option.

Peace

Keith M. Davie

Here is the code that I have in a format file that displays a field as a mailto link:

<A HREF="mailto:[FMP-FIELD: SenderEmail]"><B>[FMP-FIELD: SenderName]</B></A>

It's important that the field "SenderEmail" has a *valid* email address or an error message will appear when the web user clicks on it.

In your case, does the field have a valid url or path in it? It the error generated by the browser, the server or Web companion?

  • 3 weeks later...

quote:

<a href="[FMP-field: address]">[FMP-field: address]</a>

This program does not support the protocol for accessing '[FMP-field: address]'

Does your address field contain special characters? Avoid encoding them by using [FMP-field:address,raw]!

quote:

Originally posted by Rainer:

Does your address field contain special characters? Avoid encoding them by using [FMP-field:address,raw]!

Or [FMP-field: address, URL]

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.