Hello friends,
The first question in my survey is email which is a text type question. In this survey I have some questions like name, phone number which are text and integer respectively. I also have two select_one list_name questions. Is it possible to autofill the name, phone number, and the two select_one department and select_one section questions based on the email if the clients submitted a request before? if not clients enter their information? I have a layer published in the portal that have all the request histories. I added pull data function but it is not working.
Hey everyone,
I'm working on a survey and need some help figuring out how to streamline survey submission for clients.
The first question in my survey asks for the client's email address (it's a text type question). Further along, I collect their name (text), phone number (integer), department (select_one list_name), and section (another select_one list_name).
Ideally, I'd like the survey to automatically fill in the name, phone number, department, and section if a client has previously submitted a request using the same email address. If it's a new client, they would simply enter their information manually. I also have the list of the departments and sections in the choice sheet.
I have a layer in the portal that contains the history of all past requests. I've tried using the pull data function to achieve this autofill, but it's not working as expected. for the select_one department and sections can I use autocomplete search() in the appearance and pulldata function in the calculation?