-1

I want to change the default label name. Any idea?

Suppose in taxonomy .../admin/structure/taxonomy/add, we can add vocabulary right.. In that first text box having the label name as name. I want to change this ? Please give your idea.

Karthik
  • 3,221
  • 5
  • 28
  • 38

1 Answers1

0

hook_form_alter() can be used to change label of name field. Form id of this form is taxonomy_form_vocabulary.

Gulab Bisht
  • 175
  • 1
  • 6