Hi - I want to send out a customer web survey, and one of the things I want to ask about is for people to tell me *where *they experienced something (in this case, chronic cell phone problems).
But, I don’t want people to give me addresses, or cross-streets, I’d rather them just click on a point on a map, and have that collected as a survey response. Then ideally, I could get a summary on a map of all the problem areas.
In the past I’ve used things like Survey Monkey to collect data. Can anyone think of a tool that will let me collect location information on a survey in the manner I’m describing? Thanks.
In fact I just used the google API to do exactly that for one of our surveys. We have our own survey solution however, we don’t use web services like Survey Monkey so I’m not sure how much customization can be done with those systems.
…and copied it into my own html document, and it does the trick. So, I’m thinking I can just ask people to copy and paste the resulting latitude/longitude into a field on the survey? Is that the easiest route?
Sure, though the more steps required of the respondent the less likely he is to complete the survey
I would capture the result of the textbox and place it wherever it was that I needed it. Or simply tie that textbox in the example to the html form and pass that through.
Nobody is going to bother copying and pasting specific coordinates for you.
See if you can use the API for user-added locations; let them point and click where the markers should be. And make sure you keep the search field in too so they can find specific addresses instead of using the graphical map (which can be slow and annoying).