I want to reuse the same existing field more than once within the same content type.

Assume that ContentType1 has a field Phone-Number.

Now I want to use the existing field Phone-Number from ContentType1 within ContentType2, but three times. Assume that I want to have contact numbers of three people in the ContentType2. So I want to use the existing field Phone-Number thrice.

It doesn't allow, as once I add the existing field it doesn't appear next time. I tried to export and import. But that didn't work either

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

A content type can only have a particular field added to it once - this is by design and cannot be changed without some serious hacking of the module. You can change the field's settings to allow for multiple values, I think this is as close as you're going to get though.

link|improve this answer
This is not what I wanted. But since you have confirmed that it can't happen, I will accept this answer. – Gokul N K Oct 5 '11 at 4:09
feedback

Your Answer

 
or
required, but never shown

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