Using field codes with lightbox? | XM Community
Skip to main content
Question

Using field codes with lightbox?

  • December 6, 2019
  • 1 reply
  • 61 views

Forum|alt.badge.img+1
Hi, I'd like to use embedded data field codes within lightbox code. Is this possible? Something like the following, where the field code references an image (which is currently broken - when executed it displays the thumbnail image, but is not clickable to enlarge): <td style="text-align: center; vertical-align: top;">${e://Field/ANGELAS%20COLLECTION} rel="lightbox" style="text-align: center;" target="_parent" title=""><img alt="" height="508" src=${e://Field/ANGELAS%20COLLECTION} style="width: 398px; height: 762px;" width="398" /</td>

1 reply

Forum|alt.badge.img+2
  • Level 2 ●●
  • 99 replies
  • January 30, 2020
yes, you might need double quote around embedded data, like the following: "${e://Field/ANGELAS%20COLLECTION}"

Leave a Reply