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