Auto Populate fields with the data in present in the file | XM Community
Skip to main content

Hi Team,
I am trying to create a question with drop down values of all members in my department. When they select their name from the drop down list (i have the names in an excel file) the next 2 questions should auto populate their employee ID and division linked to that name?

What is the best way to do this?

Thanks
Mohit

You can use jquery autocompletenfor this. Read and parse the csv file in js and send it as source to jquery autocomplete.


Leave a Reply