I am working with some legacy code and I am stuck on evaluating a ColdFusion if statement with multiple conditions. What I am looking to do is this:
<cfif condtion1 eq'yes'>
Display this text
</cfif>
<cfif condition2 eq'yes' && condition1 eq'no'>
display different...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.