Solved
Looking for custom coding to remove a blank option at the top of a drop-down question?
I sent this question to Qualtrics Support - How do I remove the blank option at the top of a drop-down question? Their response was:
"Unfortunately, there isn't a way to remove that "blank field" for the dropdown question very easily."!
They suggested adding a default response to the question, but if possible I would like to remove the blank option.
They also suggested contacting the Qualtrics community to see if anyone has written the code to do this. If anyone has created the code and would be willing to share, I would greatly appreciate it. Thank you - Patty
Best answer by TomG
Add this to the question's addOnload function:
```
jQuery("#"+this.questionId+" select option:first-child").prop({"disabled":true,"hidden":true});
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
