HI, there any way to call a document with a document like calling for a chuck??? thanks
You can create a template variable using @DOCUMENT, which will pull in the content field of the other document.
You can also use the getResourceField snippet, to do the same thing (probably faster and easier).
If you need more fields from the other resource, you can used the getResources snippet.
THANKSSSSSSSSS so much, if some one else read this please remember to use it like this [[getResourceField? &id=`2` &field=`content`]]