For a Survey123 Connect survey in the 3.22 version Survey123 web app, a calculation for a readonly text question or string note question will fail to load with an error message of "Error: Initializing form… Error: not an object".
ArcGIS Survey123
漏洞 ID 编号
BUG-000176325
已提交
May 9, 2025
上次修改时间
August 14, 2025
适用范围
ArcGIS Survey123
找到的版本
3.22
操作系统
Windows OS
操作系统版本
11.0 64 bit
修正版本
Survey123 May 2025 Update Hotfix1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Append the version parameter to the URL and point to a prior version (e.g. '&version=3.21').
For any note or read-only text questions with a calculation, wrap the calculation in HTML <p> tags. For example, if the original calculation is ${int1}, change it to concat('<p>',${int1},'</p>’). Then republish the survey.