Title: multiple choice doesn&#8217;t work
Last modified: March 8, 2020

---

# multiple choice doesn’t work

 *  Resolved [krspies](https://wordpress.org/support/users/krspies/)
 * (@krspies)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/multiple-choice-doesnt-work-2/)
 * I created several forms that have multiple choice answers and they used to work.
   Somewhere in one of the updates that changed. I don’t know when but it has come
   to my attention that my forms are messed up so I started going through them and
   at first I thought it was just the alignment that got messed up (and it is and
   I also need help with that) but the problem is bigger than that. You can’t select
   more than one answer at a time. If you go to my page and click “Get A Quote” 
   the form will pop up and you can see for yourself multiple choice doesn’t work
   and the radio boxes are scattered all over the place.
 * My specs are:
    Wordpress 5.3.2 WP Everest form free version 1.6.3 Theme: Neve
 * Please advise.
    Thank you Kelly
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultiple-choice-doesnt-work-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Deepak Sharma](https://wordpress.org/support/users/sharmadpk03/)
 * (@sharmadpk03)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/multiple-choice-doesnt-work-2/#post-12526391)
 * Hi [@krspies](https://wordpress.org/support/users/krspies/),
 * Sorry for the delayed response.
    It seems to be a design issue. Please copy and
   paste the following CSS code in the additional CSS box of your theme customization
   and it will fix the alignment issue.
 *     ```
       .everest-forms .evf-field-container .evf-frontend-row input[type=checkbox], .everest-forms .evf-field-container .evf-frontend-row input[type=radio] {
           width: auto;
       }
       ```
   
 * Regarding selecting multiple options, you will have to use the checkbox field
   and not the radio(multiple choice) field. The radio field is not meant to select
   multiple options. It can be used to select a single option only. But you can 
   select multiple options in checkbox field.
 * I hope that clears the confusion. let me know if you have other questions and
   I will get back to you.
 * Regards!

Viewing 1 replies (of 1 total)

The topic ‘multiple choice doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675)
 * [Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder](https://wordpress.org/plugins/everest-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/everest-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/everest-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/everest-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/everest-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/everest-forms/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Deepak Sharma](https://wordpress.org/support/users/sharmadpk03/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/multiple-choice-doesnt-work-2/#post-12526391)
 * Status: resolved