• Resolved krspies

    (@krspies)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Hi @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.