Views (or other display) does not display the labels for both the 'option title' and 'other field title'. Suppose I have the ff field:

Some field:
  Option 1
  Option 2
  Option 3 (Other)
     Quantity

If I choose Option 1 or 2 display will look like this:
Some field: Option 1

Now if I choose Option 3 it will like this:
Some field: 10 (Value for Quantity field)

I'd imagine it would be something like this:
Some field: Option 3 Quantity 10

Essentially, how can I access these labels when I need to use them on my View?

Comments

Snehal Brahmbhatt’s picture

You can set title for other fields from "Admin >> Structure >> Content type >> Manage Fields" edit your field.
(i.e. admin/structure/types/manage/event/fields/your_field_quantity) and find for "Other field title" and specify title which you want for Other Field.

Let me know if you face any query/concern regarding this.

Thanks,
Snehal Brahmbhatt | AddWeb Solution
https://www.drupal.org/user/3147795/track

halloffame’s picture

I'm not talking about the label on node creation but rather when displaying it. That example you gave, try displaying the actual 'other field title' label on Views and see what I mean.

daften’s picture

Status: Active » Closed (outdated)

Closing as outdated because no activity in a long time and Drupal 7 goes EOL soon. Feel free to re-open if needed.