I have created some help documentation for my survey 123 application and would like the user to be able to open the file via a hyperlink displayed as a note in my form. My goal is to save a HTML page in the Media folder and have it upload with the form, which it does, however I can't seem to figure out the proper syntax for opening a file stored in the media folder using a relative path. I have tried the following:
<a href="file///.media/help.htm">Help</a>
<a href="media/help.htm">Help</a>
And while I am at it...is there a way to keep the "Help" hyperlink note at the top of the page and keep it from scrolling with the rest of the questions on the page?
Thanks,
Brent