Jump to content
Server Maintenance This Week. ×

Ignoring the FMP:If tag!?!?!?


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

Recommended Posts

Ok... this is strange, maybe somebody has seen this before....

I have a page with a bunch of CDML... everything works correctly, but all If tags seem to fail! If I put in:

[FMP-If: ClientAddress.neq.bull.nonsense.blahcom]

Hi, Keith!

[FMP-Else] This is what shows up!

[/FMP-If]

the if test fails, and I always see the "else" html. If there is no else section, then nothing displays at all. Any ideas? I've tried a bunch of different samples from web pages of "valid" samples, but none of them work. EVERYTHING else loads fine on the page... fields, popups, etc.

Any ideas at all?

[email protected]

Link to comment
Share on other sites

The IF tag is not being ignored, FMP is following your logic. Perhaps you might try:

[FMP-If: clientaddress.eq.bull.balderdash.com]

I just had a quick fiddle and FMP5 does work with this. One way to find out what is going on is to put a [FMP-ClientAddress] tag on your layout and see what claient address is really being seen by web companion. It may be illuminating!

Link to comment
Share on other sites

This topic is 8615 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.