Quote:
Originally Posted by eschwartz
I think you want:
Code:
program:
cmp(
raw_field('#number_fandoms'),
2,
'single-fandom',
'two-fandoms',
'three-or-more-fandoms'
)
(change precise text to match what you want.)
cmp requires "lt, eq, gt" values, not just "gt" -- that is where you went wrong.
|
Can I switch this one to a yes/no ... Yes if there are more than 2 fandoms and no if there isn't?
I'm having all kinds of trouble trying to figure this thing out.