Support

Home Forums Event Espresso Premium EE4 Double dropdowns

EE4 Double dropdowns

Posted: March 27, 2015 at 11:55 am


mhackman

March 27, 2015 at 11:55 am

I am seeing double fields in the drop-downs on all of our registration pages.

EE4

https://www.dropbox.com/s/9db9wqnvxygtn8q/double%20dropdown.jpg?dl=0

Anyway to fix this?

I seem to remember the same issue with EE3 a couple of years ago, but couldn’t source the solution.


Josh

  • Support Staff

March 27, 2015 at 1:44 pm

Hi there,

I checked and what you have is actually the option value and included with it, a description:

Here’s the html being output on the page:

<option value="Male">Male<span class="ee-question-option-desc"> - Male</span></option>
<option value="Female">Female<span class="ee-question-option-desc"> - Female</span></option>

This might have happened if the question originally was a radio button type, then switched to a dropdown. Normally you can’t input a description for a dropdown option value.

You can hide the description with some CSS, or make a new dropdown question and assign it to your question group. If you go the CSS route, you can add something like this to your stylesheet:

.ee-question-option-desc {display:none;}

The support post ‘EE4 Double dropdowns’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso