- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello Michael,
Try this
if (typeof rtEvent.ctx.FIELDNAME1 === "undefined"){
CONTENT HERE
}
OR
if(rtEvent.ctx.FIELDNAME1){
CONTENT HERE
}
Let me know if that helps.
Views
Replies
0 Likes
Total Likes