All: We have the following situation:
- A list of faculty members and their contact information. - The contact information is not on the faculty page, but is, instead a page inside of the container on the faculty page (we need to allow flexibility as some faculty have multiple sets of contact information). - Need the contact info to show up on the list Here is what we have: <reddot:cms><output type="object" object="Escape:HtmlEncode(Context:Pages.GetPage(Guid:<%info_guid% >).GetElementByName(con_contactInfo).GetHtml())"/></reddot:cms> My questions is this: Is there a way to render that container (or more specifically the pages within the container) as if it were published instead of with the extra markup? Right now, it includes all of the extra markup that is wrapped in block marks (even when published) so we have been doing CSS display:none on the items we want to hide. I'd rather they not appear in the markup at all. Is there anyway to achieve that using a render tag (ie. can we specify which render mode we want with gethtml)? -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/Gdv-qXUD-AgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
