Per http://drupal.org/node/277236#comment-903757, "Selects (checkboxes and radios) are missing the asterisks as well, and also missing Description fields".

CommentFileSizeAuthor
#5 webform.png85.01 KBsethcohn
#3 Missing asterisks.png24.66 KBsethcohn
#1 Picture 3.png27.94 KBquicksketch

Comments

quicksketch’s picture

StatusFileSize
new27.94 KB

This looks like it's working to me.

sethcohn’s picture

subscribe (and thanks for reacting to the bug report so fast)

sethcohn’s picture

StatusFileSize
new24.66 KB

See attached example.

(Part of a larger form... but the example shows the issues)

All fields are marked required... but Select is missing the *, and also missing any Description (I've 'faked' it by putting text above it, ie part of the previous form element Description, for now)

While I've done a bit of theming (ie larger italic Description), the problem existed before any theming was done.

quicksketch’s picture

Maybe some more info would help pin this down: are you running the latest version of Webform? and could you sceenshot the component configuration of your select list?

sethcohn’s picture

Version: 5.x-2.x-dev » 6.x-2.x-dev
StatusFileSize
new85.01 KB

Version: I just updated to 2.1.1 to see if that helped (it didn't).

Screen of configuration attached.

sethcohn’s picture

Status: Active » Closed (fixed)

Never mind. (sheepishly)

I should have looked at the source before I filed the bug. The Required and Description _are_ in the source, meaning that I've got overly aggressive CSS flowing from someplace else, solely on these selects.

Sorry for the false alarm

sethcohn’s picture

Version: 6.x-2.x-dev » 5.x-2.x-dev

Found it. A previous use of webform (now obsolete) had someone css-hiding the select description and required in the main theme, and I hadn't realized it.

"Always look at the source html, not the resulting layout after css" is the lesson here.

Error existed between the chair and keyboard.