Removing Blank Entries from Drop Down of Embedded Data | XM Community
Solved

Removing Blank Entries from Drop Down of Embedded Data

  • 30 June 2021
  • 2 replies
  • 124 views

I'm looking for some assistance with removing blank entries from an embedded data drop down list.
I have created a product servicing form which includes a list of questions that must be completed for each product a person wishes to get serviced. I have used branch logic so that if a person has 2 products that are either different or the same, they will see different questions. If a product is the same as a previous one, I have created a drop down using javascript that includes embedded data that has been piped from previous answers. I have included an image of the code I am currently using.
Screenshot 2021-06-30 at 11.27.07.pngScreenshot 2021-06-30 at 11.27.24.png
For each new product, I am including an extra embedded data field from the previous response. The issue that I am experiencing however, is that if someone chooses the option of the product being the same as a previous one, the dropdown for the next product will have a blank space.
Screenshot 2021-06-30 at 11.39.54.png
Would anyone have any idea of how to fix this issue?

icon

Best answer by grahulp5 13 July 2021, 23:58

View original

2 replies

Userlevel 4
Badge +13

You can check for the empty embedded fields and don't add them or you can run a function for each items in drop down to check if .length<=0 then .hide().

grahulp5 thank you for your help with this. I will give it a go and see how I get on!

Leave a Reply