Forum Discussion
KarenHenke
9 years agoQrew Cadet
I'm trying to use this formula (with and without the <div>) and it's not working for me. :(
All that displays is a small black box with an x in the middle. Thoughts on how to fix? Thanks!
MCFNeil
9 years agoQrew Captain
This could be because you need to change the "FF" in the formula to the 'field ID' of your attachment field.
So if your fid for your attachment field was 25 it would read;
So if your fid for your attachment field was 25 it would read;
"<div><img src=\""&URLRoot()&"up/"& dbid() & "/a/r"& [Record ID#] &"/e25/v0\" height=50;width=50;></div>"
_Then adjust the height and width as needed.