Active
Project:
Mail Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2010 at 12:13 UTC
Updated:
24 Oct 2010 at 12:13 UTC
Is it possible to do a conditional replacement pattern on the contents of a CCK field?
example:
test 1{{!cckvalue1_field_state==Hold?hold is true:hold is false}}
test 2{{!cckvalue1_field_state=='Hold'?hold is true:hold is false}}
test 3{{!cckvalue1_field_state=="Hold"?hold is true:hold is false}}
I've tried the above, but every test returns "hold is false". Is there a way to do this?