Hello,
I am using the "if" substitution in some text at the top of a list (in the description field). I would like to display text based on comparing two field values from a user.
The following works:
[cb:if cb_requests_count="5"]You have requested 5 connections, which is the maximum allowed at any one time.etc...
but I would like to compare it to a user-specific field value, not "5" as in:
[cb:if cb_requests_count=cb_max_allowed]You have requested [cb_max_allowed] connections, which is the maximum allowed at any one time... etc
This isn't working, and I'm not sure if its just syntax that is not allowed, or if my field types are wrong. (cb_max_allowed is a value from a drop-down menu that I am setting depending on how many I want to give them).
Do you have any insights or alternative suggestions?
Many thanks,
Remy.