The HTML generated by Survey123 to embed a form into a webpage is incorrect.
Last Published: March 20, 2019ArcGIS Online
Bug ID Number
BUG-000120926
Submitted
March 15, 2019
Last Modified
June 5, 2024
Applies to
ArcGIS Online
Version found
6.4
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
The HTML code for embedding a public survey on a website is designed to be added to a web page that is served through a web server.
The code uses a relative URL for the survey form. This URL will not work if the web page is opened directly from a local folder.
One method for testing how a HTML file will work on the Internet is to use IIS (on Windows).
Workaround
Remove the section of code starting with <script> and ending with </script>
Add http: before the backslashes in the source (src) parameter of the code
Open Survey123 HTML file with Google Chrome. At this point, the form should be displayed.