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

Use results from another web app #503

Open NFrito opened 8 years ago

NFrito commented 8 years ago

I am hoping to configure the geoform to use data from a WAB app. Is it possible to send location data and other attributes to the geoform via the link from the WAB app? Part of the reason for this is to help the user input the correct data (field validation) coupled with the fact that the location is already selected on the previous map (app).

driskull commented 8 years ago

Yeah that could be possible.

You can already pass a search term in if the location is in the form of an address.

https://www.arcgis.com/apps/GeoForm/index.html?search=redlands%20ca

?search=redlands%20ca

NFrito commented 8 years ago

Thank you for that. Using the same URL above and adding &Field=value for each field I would like to populate would I be able to populate this geoform?

driskull commented 8 years ago

Not currently, but that's something that could be added.