Jump to content

This topic is 7870 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Can I use a replacement tag inside a link tag, like this;

<a href="[FMP-Field:MyLinkField]">Click here</a>

It doesn't work for me, I have tried using all different encoding types to no avail. Can this be done? If so, How?

Thanks

Halbj

Posted

this would be link to where?

are u trying to create a "click for details" link?

if so:

======================================================================

<a href="[FMP-LinkRecID: format=Detail.html, layout=web]">DETAILS</a>

======================================================================

all the best!

Posted

Hi, Hal! I don't know why you're having trouble as long as your field has a valid URL in it. Here's a copy/paste directly out of one of our solutions (fieldname changed) that shows a website that is also a clickable link to that website, e.g. http://www.fmforums.com (we type "http://" with each URL).

<A HREF="[FMP-field:urlfield]">[FMP-field:urlfield]</A>

It works great for us.

--ST

Posted

"<A HREF="[FMP-field:urlfield]">[FMP-field:urlfield]</A>"

ok...the link field....aaaa smile.gif

make sure that the filed enty has the full URL 'http://www.site.com' in it - not just 'site.com'

Posted

Or I suppose you could put the http:// inside if you don't want to change your data, eh?

<A HREF="http://[FMP-field:urlfield]">CLICK HERE</A>

Hope it works out!

This topic is 7870 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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