Forum Post: RE: How to use conditions in Templates.

  • Thread starter Thread starter pvorobie
  • Start date Start date
Status
Not open for further replies.
P

pvorobie

Guest
Assuming you have boolean field {!alert} in your record, try this: #EVAL[ {!alert} ? " span color='red' " : "" ] some text #EVAL[ {!alert} ? " /span " : "" ]

Continue reading...
 
Status
Not open for further replies.
Back
Top