Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Is there any way by which I can add a input format for the CCK added Text Fields ? By default its only there for Body field in any node/add , I want this for other fields to evaluate PHP Code.

share|improve this question

1 Answer

up vote 2 down vote accepted

Multi line text fields switch to filtered text. For single line text fields the answer is no.

share|improve this answer
Yes I was referring to text areas. – 2-Stroker Jul 3 '12 at 6:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.