In my HTML view, I'm trying to use an image that I have uploaded into a form in my application as a hyperlink to a different perma-link HTML view. The image will show properly on the HTML view, but there is no hyperlink on the image.
The HTML source code is as follows:
where USERNAME, APPNAME, FORMNAME, and IMAGEVIEWNAME are replaced with my application information.
I have tried opening both the perma view and the view from my application. I'm not sure what I am doing wrong where the image will show, but the hyperlink does not work.