new to this Posted November 23, 2004 Posted November 23, 2004 We have a results page with several links, if a specific field is empty, we want one page returned...if the same specific field is filled, we want a different page returned...we are having trouble with the if/then statement coding - specifically as it pertains to returning the correct page...any ideas???
ovalking Posted November 24, 2004 Posted November 24, 2004 Hi, is this the sort of thing you want? [FMP-If: Field:Myspecificfield.eq.] <A HREF="MyPage.html">There is no value and this link takes me somewhere</A> [FMP-Else] <A HREF="MyOtherPage.html">There is a value so this link takes me somewhere else</A> [/FMP-If]
Recommended Posts
This topic is 7374 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 accountSign in
Already have an account? Sign in here.
Sign In Now