Hello
I'm trying to put a hard link on the Show form of an XML form project
I have created a label and assigned it with the following attributes:
Caption: Test
Hyperlink: Click Select... and select a file from KM
Style: Link
When I render the form I can see the link on the page but when I press it nothing happens.
When I check the HTML it appears that the XML forms builder generated this link:
<a class="urLnkFunction urTxtStd" tabindex="7495" href="javascript:void(0)" onclick="/irj/go/km/docs/documents/Test/Test.pdf">Test</a>
This explains why the link isn't working but I'm not sure why it would build it this way.
Any ideas...?
Thanks
Roy