Title: Required Dropdown doesn&#8217;t work
Last modified: November 5, 2019

---

# Required Dropdown doesn’t work

 *  Resolved [smaggio](https://wordpress.org/support/users/slier/)
 * (@slier)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/)
 * Required dropdown field doesn’t work cause it check the string value “No Answer
   Provided” instead of void value.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [kritisharmasupport](https://wordpress.org/support/users/kritisharmasupport/)
 * (@kritisharmasupport)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/#post-12103302)
 * Hi Slier,
 * Hope you are doing well!
 * Can you please explain the problem in detail you are experiencing right now. 
   Actually I used the Question type: dropdown to create a new question and then
   I also provided the required options from which user can select his answer. Everything
   is working pretty fine.
 * I also used the required dropdown field in the advanced settings of the question
   settings. But I am not able to replicate the issue. Can you please explain what
   I am doing wrong to replicate the issue.
 * Regards,
    Kriti
 *  Thread Starter [smaggio](https://wordpress.org/support/users/slier/)
 * (@slier)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/#post-12103372)
 * Hello,
    thank you for answering. The problem is in the file js/qsm-quiz.js line
   444.
 * `if ( check_val == "No Answer Provided" ) {`
 * but the value in my select form is void
 * `<option value='' selected='selected'>No Answer Provided</option>`
 * It doesn’t even work in this demo on the question “This is an example of using
   a drop-down menu. What is 2+2?”:
    [https://quizandsurveymaster.com/quiz/sample-quiz/](https://quizandsurveymaster.com/quiz/sample-quiz/)
 * I solved changing the js in this way:
 * `if ( check_val == "" ) {`
 * I use the last plugin release on windows10/chrome.
    -  This reply was modified 6 years, 7 months ago by [smaggio](https://wordpress.org/support/users/slier/).
 *  [kritisharmasupport](https://wordpress.org/support/users/kritisharmasupport/)
 * (@kritisharmasupport)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/#post-12103473)
 * Hello Slier,
 * The issue you just mentioned needs an in-depth look. Please give us some time
   to have a detailed look. We will get back to you as soon as we have some resolution
   to the problem.
 * Kind Regards,
    Kriti Sharma
 *  [kritisharmasupport](https://wordpress.org/support/users/kritisharmasupport/)
 * (@kritisharmasupport)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/#post-12106338)
 * Hi Slier,
 * The issue you mentioned above came out as a bug. Thank you for detecting this.
   We will try to remove it in the next update.
 * Kind Regards,
    Kriti

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Required Dropdown doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/quiz-master-next/assets/icon-128x128.png?rev=3158087)
 * [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker](https://wordpress.org/plugins/quiz-master-next/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-master-next/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-master-next/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-master-next/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-master-next/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-master-next/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [kritisharmasupport](https://wordpress.org/support/users/kritisharmasupport/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/required-dropdown-doesnt-work/#post-12106338)
 * Status: resolved