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

drupal 6, views2 user. My goal is to put content of text cck field inside of other views field. I want to create a div in views, with class name taken from cck field like so:

<div "[cck_field_myname]">
.
.
.
</div>

So far I was unable to print only the input text of cck field. It was also not possible to add token replacement inside custom markup. Can anybody help me with this? Thank you

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.