I am developing a small proof of concept and am a little stumped on this one. I have an HTML field on a Form. All it contains is an href to another field on the Form (the "test" field).
The "test" field is a hidden field on the the Form that contains the search URL to go find the document in Laserfiche.
The full URL is as follows:
http://localhost/laserfiche/index.aspx?db=Repository#view=search;search={[Purchase Order]:[Purchase Order Number]="818661"} & {LF:LOOKIN="repository\~In Process\~Open Purchase Orders"}
This works fine if I paste it into a browser.
However, when clicking the HTML link it seems to just go back to the page.
When hovering over the href in the form I see the following:
This is a starting form and that is the URL of the starting Form. Why would the HTML link show the URL for the form I am on and not the URL I have in my Test field?
Thanks,
Chris
Edit - I also simply hard coded google into the link:
When hovering over this link it shows the following:
It is like it is auto appending the forms URL ahead of the normal link and I am not sure why.