<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Survey 123 hyperlink to local file in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1164158#M42086</link>
    <description>&lt;P&gt;I'm close to a solution for clicking a link to open a PDF in the media folder on an iPad, using a URL that looks like this:&lt;/P&gt;&lt;P&gt;shareddocuments:///On%20My%20iPad/Survey123/ArcGIS/My%20Surveys/&amp;lt;surveyformitemID&amp;gt;/esriinfo/media/test.pdf&lt;/P&gt;&lt;P&gt;This opens the media folder where the PDF is located but then I have to click on the file to view it. I wonder if anyone can figure out what changes I need to make to actually open the pdf?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across the information about the shareddocuments approach for linking to a file here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.macstories.net/ios/fs-bookmarks-a-shortcut-to-reopen-files-and-folders-directly-in-the-files-app/" target="_blank"&gt;https://www.macstories.net/ios/fs-bookmarks-a-shortcut-to-reopen-files-and-folders-directly-in-the-files-app/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 21:51:03 GMT</pubDate>
    <dc:creator>Strahanjen</dc:creator>
    <dc:date>2022-04-13T21:51:03Z</dc:date>
    <item>
      <title>Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818779#M15260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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&amp;nbsp; 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:&lt;/P&gt;&lt;P&gt;&amp;lt;a href="file///.media/help.htm"&amp;gt;Help&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="media/help.htm"&amp;gt;Help&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 16:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818779#M15260</guid>
      <dc:creator>BrentKinal1</dc:creator>
      <dc:date>2017-01-04T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818780#M15261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a couple of issues with displaying an instructions page as you describe it- Survey123 isn't an application that internally uses hyperlinks like a web browser (it supports some HTML formatting but isn't HTML itself) and application sandboxing would make it a bit difficult to view the HTML document in a web browser or other application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said, a couple of other ideas for providing access to instructions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;(Online only) – Create an instruction manual as .doc/.pdf and place it online. Have a hyperlink in a note that links to the document&lt;/LI&gt;&lt;LI&gt;Embed the instructions in the surveys as notes; use a select_multiple question as ‘Show Instructions’ (with a 1-value choice list) and have the instruction notes be relevant on whether the ‘Show Instructions’ question is checked.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 19:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818780#M15261</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-01-06T19:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818781#M15262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&amp;nbsp; Thanks for your response, It wasn't exactly what I was hoping for but I do understand from a security stand point the limitations of application sandbox. The second of the two solutions you proposed will most likely be the best option since my survey will be used outside of internet connectivity and often on non-networked devices. Perhaps down the road Esri can build a more robust option for users to build customized help menu within the application sandbox like link to a html or pdf file with a specific name stored in a specific location or something more internal with the Survey 123 code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is a way to have the note and the select multiple question persist at the top or bottom of the form and not scroll with the rest of the questions so that the "help" menu can be easily accessible at any point in the survey? I am guessing probably not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 16:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818781#M15262</guid>
      <dc:creator>BrentKinal1</dc:creator>
      <dc:date>2017-01-09T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818782#M15263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't a way to have a question 'float' at the top or bottom of the survey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've logged the idea of a user-supplied help file as a possible enhancement- you might want to go to the ideas.arcgis.com website and log it in there, so other people can provide comments/upvote it (it helps gauge the audience for an enhancement).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818782#M15263</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-01-09T17:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818783#M15264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incidentally I had a similar requirement to display a PDF file after the user clicks on a link in the Survey&lt;/P&gt;&lt;P&gt;I have managed to solve this by putting an HTML link to the file in the survey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat('&amp;lt;a href="file:///storage/emulated/0/ArcGIS/My Surveys/549c05bae0f14e388000486ce4de950c/esriinfo/media/help.pdf" class="link external button button-raised button-fill color-blue"&amp;gt;Demo&amp;lt;/a&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure the class="link ....." can be simplified but it works the way it is at least &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will notice that&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;549c....950c&lt;/EM&gt;&lt;/STRONG&gt; refers to the item ID of the survey - so you will only be able to use that after you've at least published your survey once. Thereafter you can finalise your href links and it works pretty well - on Android at least... i suspect that if you venture to iOS devices the URL will be different but you can identify the OS by&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;using "property('uri:deviceid')" function in a calculation column.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I will add this to my blog as well:&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2018/06/08/html-links-for-survey123-to-just-about-anything-work-in-progress"&gt;https://community.esri.com/groups/survey123/blog/2018/06/08/html-links-for-survey123-to-just-about-anything-work-in-progress&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818783#M15264</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2018-07-26T18:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818784#M15265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;trying to get this working on iPad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you (or anyone else) ever get this working on an apple device?&amp;nbsp; I would be very grateful to know how, and if it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mikaila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 17:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818784#M15265</guid>
      <dc:creator>MikailaBell</dc:creator>
      <dc:date>2019-03-25T17:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818785#M15266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately not yet &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 18:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818785#M15266</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2019-04-04T18:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818786#M15267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update, and again for your wonderful write-up on hyperlinks. It's very helpful stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please update if you work it out.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818786#M15267</guid>
      <dc:creator>MikailaBell</dc:creator>
      <dc:date>2019-04-05T15:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818787#M15268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your this comment.&lt;/P&gt;&lt;P&gt;I'm wondering if you can support me by having a hyperlink to be access from the Survey123 Website. We downloaded all the attachments in local shared folders and we want a supervisors to see the photos of the inspected assets in the shared folders instead of web map pop-ups because the attachments of the related table are not appears in the Preview windows as long we're using ArcGIS Enterprise 10.6.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 06:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818787#M15268</guid>
      <dc:creator>Hussam_AlJabri</dc:creator>
      <dc:date>2020-07-02T06:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818788#M15269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way would be to use the concat function to build up a URL to the photo locations and then use note fields to show the hyperlinks to these URLs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 07:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818788#M15269</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2020-07-02T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818789#M15270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your quick respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the URL be&amp;nbsp;&lt;STRONG style="color: #222222; background-color: #ffffff;"&gt;clickable?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; background-color: #ffffff;"&gt;I will do the following steps and please correct me:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; background-color: #ffffff;"&gt;1- adding new question note type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; background-color: #ffffff;"&gt;2- Concatenate the link in the calculation such&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;EM style="background-color: #f0fade; color: #3d3d3d; font-weight: 400; "&gt;concat('&amp;lt;a href="&lt;STRONG&gt;M:\Substation\',${substation_name},&lt;/STRONG&gt;" class="link external button button-raised button-fill color-blue"&amp;gt;Check the photos of the Substation&amp;lt;/a&amp;gt;')&lt;/EM&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;3- once the records sent the link will be appear in the Hyperlink column and clickable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 08:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818789#M15270</guid>
      <dc:creator>Hussam_AlJabri</dc:creator>
      <dc:date>2020-07-02T08:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818790#M15271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will be a clickable hyperlink - looks good so far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 08:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/818790#M15271</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2020-07-02T08:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1023895#M32313</link>
      <description>&lt;P&gt;I am having trouble with this. I have the same goal as the original poster, to include help documentation to be viewed in an offline situation.&lt;/P&gt;&lt;P&gt;I have tried several different options as what you see in the table below. Rows 2 and 3 has links to the local files on my Android device which is essentially what I need. Neither works though, there is no response from the app when clicking the links.&lt;/P&gt;&lt;P&gt;Rows 5 and 6 reference local files on my PC and work on the PC but not in the field-app for obvious reasons. Same as for the links for to the pdf stored on the device, nothing happens when clicking the in the field-app.&lt;/P&gt;&lt;P&gt;Rows 8 and 9 both work.&lt;/P&gt;&lt;P&gt;I have verified the location on my device (with the correct item-id) and that the .pdf is present on the device after downloading the survey.&lt;/P&gt;&lt;P&gt;Seems there is something wrong with how I reference the local file on the device, in this statement:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="file:///storage/emulated/0/ArcGIS/My Surveys/000MYITEMID0000/esriinfo/media/mydoc.pdf"&amp;gt;Android label&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;What am I missing, can anyone give some input? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surveylinks.PNG" style="width: 783px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5381i529015FBF85D1847/image-dimensions/783x253?v=v2" width="783" height="253" role="button" title="surveylinks.PNG" alt="surveylinks.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/186941"&gt;@DeonLengton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 15:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1023895#M32313</guid>
      <dc:creator>StefanHaglund1</dc:creator>
      <dc:date>2021-02-05T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1036301#M33148</link>
      <description>&lt;P&gt;I am having the same question as StefanHaglund1.&amp;nbsp; My calculation expression (shown below) does not open the referenced PDF file on an Android device.&amp;nbsp; The path to the PDF file is correct, as it matches the path displayed for the PDF file by my Android file manager (see the attached image).&lt;/P&gt;&lt;P&gt;And, like Stefan, if I substitute a Windows PC path, it does work as expected when using the survey on a Windows PC.&lt;/P&gt;&lt;P&gt;Am I referencing the Android file system incorrectly?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;concat('&amp;lt;a href="file:///Internal storage/Android/data/com.esri.survey123/files/ArcGIS/My Surveys/eb5b134a5e784a7ea908e03de3b57501/esriinfo/media/WruGuide.pdf" class="link external button button-raised button-fill color-blue"&amp;gt;Guidance Doc&amp;lt;/a&amp;gt;')&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 00:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1036301#M33148</guid>
      <dc:creator>CarlBeyerhelm</dc:creator>
      <dc:date>2021-03-14T00:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1043121#M33610</link>
      <description>&lt;P&gt;This is becoming a frequent request from several different organizations within my own. Are there any updates with this being implemented successfully for mobile?&lt;BR /&gt;&lt;BR /&gt;I don't even mind having to create links individually for different platforms because the file paths are different, I just need a working link for each.&lt;BR /&gt;&lt;BR /&gt;For some reason, I can't open these links up in android despite the file path matching.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1043121#M33610</guid>
      <dc:creator>covaelite</dc:creator>
      <dc:date>2021-04-01T20:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1164158#M42086</link>
      <description>&lt;P&gt;I'm close to a solution for clicking a link to open a PDF in the media folder on an iPad, using a URL that looks like this:&lt;/P&gt;&lt;P&gt;shareddocuments:///On%20My%20iPad/Survey123/ArcGIS/My%20Surveys/&amp;lt;surveyformitemID&amp;gt;/esriinfo/media/test.pdf&lt;/P&gt;&lt;P&gt;This opens the media folder where the PDF is located but then I have to click on the file to view it. I wonder if anyone can figure out what changes I need to make to actually open the pdf?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across the information about the shareddocuments approach for linking to a file here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.macstories.net/ios/fs-bookmarks-a-shortcut-to-reopen-files-and-folders-directly-in-the-files-app/" target="_blank"&gt;https://www.macstories.net/ios/fs-bookmarks-a-shortcut-to-reopen-files-and-folders-directly-in-the-files-app/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 21:51:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1164158#M42086</guid>
      <dc:creator>Strahanjen</dc:creator>
      <dc:date>2022-04-13T21:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1314327#M50968</link>
      <description>&lt;P&gt;Hello, Do you by chance have code that allows a website to be added to the XLS so once the survey is published to the Web form, the user can click the hyper link and another browser opens with the defined website link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which column should this HTML code be added to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 21:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1314327#M50968</guid>
      <dc:creator>AmandaSapp</dc:creator>
      <dc:date>2023-08-01T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1412564#M56357</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447525"&gt;@Strahanjen&lt;/a&gt;&amp;nbsp;, were you ever able to solve how to open the PDF instead of just the media folder? I am trying to do the same work around. Yours was a helpful note - thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 22:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1412564#M56357</guid>
      <dc:creator>CaseyJost</dc:creator>
      <dc:date>2024-04-19T22:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 hyperlink to local file</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1567832#M60477</link>
      <description>&lt;P&gt;The issue is the storage dir varies by device in Andriod - it has a seemingly random number in it. You may figure out out for your device but each user is different.&amp;nbsp; I played with this a lot and never found a way to figure it out.&amp;nbsp; Also Android tends to block you from doing stuff like this for security.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-hyperlink-to-local-file/m-p/1567832#M60477</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-12-12T16:15:00Z</dc:date>
    </item>
  </channel>
</rss>

