I am trying to autopopulate location from an earlier question in the survey where the user selected what facility they're in (select_one facility)
How would I get their choice from that question to populate in another field where the location is used?
Thanks!
Draw up a csv with each facility named and the lat and lon of that facility.
Use the pulldata function to extract the lat and lon based on the answer to the facility question
Use the lat an lon fields from the pulldata results to populate a geopoint question.
If you don't want operators to be able to select another set of coordinates, set the geopoint question to read only