Hola, fellow form fashioners!
I am updating a form and trying to improve its efficiency for the user and on our end, datawise. We collect address information from customers in this form, and I have a csv document that I manually update (comes from different software) which I use to pull the addresses customers have in that system. However often the address is old, or for some reason that person is not in the currently attached csv, and then it must be entered manually. We mail out postcards based on this survey, so getting the address right is important and reduces a lot of effort on our end when that time comes. There isn't much I can do about the street address entry because we have a lot of weird rural addresses, but I can control the accuracy of the city/state/zip code.
When the pull is not successful, I would like the user to be able to fill city/state/zip into a field that will autocomplete, like a select_one.
Can this be done in one field (I'm assuming not), or do I need to have a dependent second field that calls on the list of options.. If the second route is best, how is best to check for a successful pull from the csv? You'll see one of my attempts in the 'relevant' column for cityzip_manual.
I am attaching a screenshot of the relevant xls section, I am hoping that is enough since I cannot share the full document. Thank you very much for any help!