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

Auto Populate fields with the data in present in the file

  • August 6, 2020
  • 1 reply
  • 23 views

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

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • August 7, 2020

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