trouble embedding image from lookup in exact forms. following directions, I think!
How do in embed an image from lookup on exact forms? tried the following code from the knowledge base, using my information, i get a disappearing broken icon. I'm trying to set up to have be able to change which customer logos show up on a printout..
~="<img src='/up/bgxnn8g9q/a/r" + fid["161"] + "/e13'>"~
bgxnn8g9q is the table where the logo is. 161 is the field id of the reference to the logo table. field 161 is located in the same table as the exact form by the way. 13 is the field id of the actual logo in the logo table. I even tried sending this to javascript to return a string i could use but the +fid["161"] keeps showing up as undefined... help!

