After further investigation, it seems that the expression for picking up
the empty data isn't working. For example:Code:<% if (recipient.phone==
"") {%> Phone = IS
empty: [Mobile] [Phone] <% } else { %> Phone IS NOT = empty [Mobile] [Phone] <% } %>
Result:Data:Phone: 9000 000Mobile: 040000000Data:Phone:Mobile:
040000000Phone IS NOT = empty0400000009000 000Phone IS NOT =
empty040000000 Any thoughts?