Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Jeffrey,Please try the following Velocity script:##check if the Event RSVP = 1 #if(${$lead.EventRSVP} == "1")## set display value is "Yes, I'm coming" #set($display = "Yes, I'm coming") #else ## set display value is "No, I won't be there" #set($display = "No, I won't be there") #end##print th...