I have a survey that works in the Field App, but get the following error when loading from a URL in the web app.
Error:Initializing form...TypeError: t.parentsUntil is not a function

Once it loads all calculations and relevant formulas aren't implemented in the form.
I've tried these suggestions from other posts without any luck.
- I don't have any custom Javascript,
- Removed the use of columns in the layout,
- Tried deleting out the choiceList I'm using for one of the selections and this made no change so I put it back
- Updated external csv choice list to remove uppercase letters in column name
Does anyone have any suggestions on how to resolve this?