Forum Discussion
GeorgeBramhall2
15 days agoQrew Cadet
My field in brackets [Photo Exterior Front from website] is a URL field that points to an image. It is not a file attachment field. The "maybe try this" formula above does not display the image.
MarkShnier__You
Qrew Legend
15 days agoCan I see what that actual URL looks like? You can the root part of the path if you like.
- GeorgeBramhall215 days agoQrew Cadet
Here is an example of a URL in this field:
https://www.uglytruck.net/wp-content/uploads/gravity_forms/6-ebb5d99d81daece90fcdfa5c74b99b1a/2026/09/IMG_5887.jpg
- Denin14 days agoQrew Officer
I used this and it worked:
"<a href='" & [Photo Exterior Front from website] & "'><img src='" & [Photo Exterior Front from website] & "'></a>"Make sure for the URL field, you do not have any options selected. No link text, don't change default open target or anything else.