This should be an easy one. I think all I need is an example. Right now I have a field that has a file name and I need to append a link prefix to it. I got it to work in the pop-up like so:{APN} {FINDING} <a href="http://server/folder1/folder2/{FILENAME}">PDF Link</a>When I attempt to configure the Identify widget I see a location for a link prefix but can't find an example of how to enter the necessary prefix. <links> <link includeinresults="true" field="FILENAME" alias="PDF Link" tooltip="View PDF"> <linkprefix/> <linksuffix/> <iconfield/> <iconprefix/> <iconsuffix/> </link>
Any help would be greatly appreciated.