Closed (duplicate)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2010 at 11:54 UTC
Updated:
5 Jan 2011 at 04:34 UTC
This patch replaces "select..." with "- Please select -" in select boxes. This is much more easier to translate and easier to understand for the user that this is not an selectable option.
Patch applies to D7 and D6.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_please_select-D7.patch | 683 bytes | hass |
Comments
Comment #1
quicksketchI'm not 100% sure about the value of "- Please select -" over "select...". Adding the word "Please" and changes in punctuation, I'm not sure how one is more intuitive than the other.
Comment #2
hass commentedThis is more or less a context senstive issue that comes in mind after translation. If the string has been translated to German it's no longer clear that this is not an normal selection option in the option list. With the change it's clear that the user must select something from the option list. We use the "dash" logic in CCK and other modules to make a clear abstraction to the items list. With the dashes it's clear that this is the first item that requires a user selection of one of the options in the list.
Comment #3
quicksketchI'm merging this issue into #1009168: Webform has a redundant implementation for mandatory select lists with no default value, which deals more specifically with Drupal 7 but has an impact on this issue as well. In Drupal 7, it appears that "- Select -" has been standardized throughout all of core. As part of the fix over there I think it makes sense for Webform to fall inline with this change, even in D6.