Not all OPTIONS of the Dropdown field are being copied via Condition

  • amitinddr
    Asked on January 24, 2017 at 4:22 AM
    But now I have a completely strange problem. I am trying to have 2 dropdowns. I have put same options in both the dropdowns. The second one is hidden has values associated with each option. I have applied calculation condition to update text of dropdown 2 based on text selected in dropdown 1. This condition works absolutely fine. The problem is that it doesn't work for below 4 options. I have tried it on a completely new form as well but the problem persists. Here is a sample form that I created - https://form.jotform.me/41222121178442
  • Support_Management Jotform Support
    Replied on January 24, 2017 at 4:41 AM

    Hmm, you're correct - Not all the OPTIONS are being copied to the 2nd Dropdown menu. It only works for the last 2:

    Design - 901

    Multi design - 902

    I double checked your OPTIONS for both dropdowns and found out some extra spaces on the first 4 entries. These OPTIONS might have been copied and pasted into the dropdown and included a tab, whitespace, etc., that might have caused the problem. I changed them to only show single spaces in between and it started to work as intended.

    ORIGINAL:

    Margarita Mixer  - 801 (has an extra space)

    Daiquiri Mixer  - 802 (has an extra space)

    Fruit Flavored Mixer  - 803 (has an extra space)

    Energy Drink  - 804 (has an extra space)

    Design - 901

    Multi design - 902

    REVISED:

    Margarita Mixer - 801 (removed extra space)

    Daiquiri Mixer - 802 (removed extra space)

    Fruit Flavored Mixer - 803 (removed extra space)

    Energy Drink - 804 (removed extra space)

    Design - 901

    Multi design - 902

    RESULT: 

    Not all OPTIONS of the Dropdown field are being copied via Condition Image 1 Screenshot 20

  • amitinddr
    Replied on January 24, 2017 at 1:21 PM

    That was a great help, thanks!