I want to pull the content of a CMS page into my static block, if you know of a way to do this I would be grateful.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Haven’t tested this, but it should work. If you have the unique ID of the cms page (not the identifier):
Otherwise if you have the page’s identifier (i.e. URL key), use something like this:
Then finish with:
== EDIT ==
Added the template parsing steps as suggested by Alan