Select to view content in your preferred language

Autopopulate from from earlier question in survey

303
1
10-25-2024 03:04 PM
ChrisSusnik1
New Contributor

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!

0 Kudos
1 Reply
LaurenceTait
Frequent Contributor

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

0 Kudos