Have you ever wanted to change something in a dropdown list and seen this?

The good news is there’s an easy way to change your dropdown options without breaking your logic rules.
Try this:
- Change your “Dropdown” question type into a “Multiple Choice” question type
- Make the text changes you want or reorder the list (doing so preserves the logic)
- Convert back into a “Dropdown” question type
This is useful if:
- You have complex logic running behind each dropdown option
- If you want to translate a form containing a dropdown question
I hope this helps someone!