I think this can be done with a macro in "Page" view on CMSDesk. I want to give my Content Editors the ability to display "Form" fields of another document.
I've created an 'article' document and want to reference it's article text from another page. I think the macro is supposed to be something like this:
{%Documents["/reports/myreport"].Field("ArticleText")%}
<--this is a made-up macro
Obviously that's not correct. Does anyone know how to do it? I don't want to use repeaters (meaning open up "Design" view and create an ad-hoc template).