Question
Is anyone else's piped text from loop and merge not parsing correctly?
I've got some very simple HTML:
`<img src="${lm://Field/1}">`
but when I check the survey, the link isn't being piped as it should be.
At one point we got it to try the URL, but it stripped out the "/" and replaced them with spaces, which obviously broke the URL. We saw this by inspecting it in the browser and instead of `src=(unknown)` it gave us the stripped URL.
However, all of the other times it seems like it's splitting the `${lm://Field/1}` bit on the last "/" because it's showing the broken image icon with the alt text set to `<img src(unknown) alt=1} data-image-state="ready">` upon inspection in the rendered page.
I've tried everything I can think of, `<div>`s with CSS, jQuery, etc, and all of them return the URL string correctly when it's not part of `<img src=...>` but breaks in there. It happens with every URL, whether it's from the graphics library or a third party site.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Thanks for the response. We have 5 blocks with 200 images in each one. They're all sitting in this same S3 bucket which is public and the link displays the image when viewed in a browser. At the bottom of the loop & merge setup we've checked the randomise option and are showing 10 to each respondent.