0

In Drupal 7, is it possible to add custom field like below in article node?

These values should be fetched from taxonomy terms

enter image description here

Saravanan
  • 1,237
  • 2
  • 18
  • 25

1 Answers1

0

Of course it is possible. What you need to do is to create widget for term reference or entityreference field(if you have module entityreferenceinstalled). You can read about how to do it here.

Community
  • 1
  • 1
nnevill
  • 14
  • 2