I've created a form that, in essence, should allow survey takers to either:
A) Create a new contact
B) Pull a name from a pre-existing list (located in a feature service table) in order to update an individual's information.
I don't have any issues with creating a new contact, but for whatever reason, I can't seem to get the dropdown autocomplete search function to populate with any names I know are, for a fact, located within the feature service table.
I have referenced a similar solution posted previously and did my best to follow along with the suggestions located there, but it still does not seem to be working correctly. I think the problem lies within the appearance column for the select_one list_full_name - which is currently as follows: autocomplete search('list_full_name?url=https://services2.arcgis.com/9ITMSQly9V0ER26l/arcgis/rest/services/service_36ad485d68264fdf942d8cfcd...', "startswith",${Full_Name})
Any help on trying to solve this issue would be much appreciated.
Edit: I've attached the excel form for the survey to this post, in the hopes that will help.
Solved! Go to Solution.
That's probably where the problem lies. I'll take a look tomorrow and comment again if that doesn't work.
Thanks so much in the meantime, Neal. I really appreciate all your help!
Thank you so much, Neal. That was exactly what I (as well as my friends) needed to get this feature to work.
I appreciate you taking time out of your day to help us out.