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:
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.
Any help would be greatly appreciated.
Code:
{APN}
{FINDING}
<a href="http://server/folder1/folder2/{FILENAME}">PDF Link</a>
Code:
<links>
<link includeinresults="true" field="FILENAME" alias="PDF Link" tooltip="View PDF">
<linkprefix/>
<linksuffix/>
<iconfield/>
<iconprefix/>
<iconsuffix/>
</link>