Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Text "Undefine" in textarea when geoform hosted by own webserver #533

Open STGiese opened 7 years ago

STGiese commented 7 years ago

When hosting the geoform via our own webserver we get the text "undefinied" under an field defined as a textarea. The geoform hostet by arcgisonline shows correct value

grafik

Actually I have no idea where the text "undefined" comes from. Both form refer to the same webmap...

Thanks in advance :-)))

driskull commented 7 years ago

I'll take a look. thanks!

STGiese commented 7 years ago

Hi, I applied the changes to the .\js\main.js but they don't show any effect. I still got that "undefined"-text... underneath the textarea-field...

driskull commented 7 years ago

hey @STGiese can you share your app? What language is that?

STGiese commented 7 years ago

Hi, the app is not public yet. It's going to be by august... But I can send you username/passwd via PN (if you give me) for support purposes. The language is german...

driskull commented 7 years ago

Hi @STGiese. I am not able to reproduce that with the latest code on GitHub. Are you sure you're running the latest code on your web server?

If it's working on ArcGIS Online but not your web server that leads me to believe the code is different.