Sure.
In my template the code is this (I’m using the EEAllow Tags plug in):
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="asc" limit="1" disable="member_data|trackbacks"}
{exp:allow_eecode}
{body}
{/exp:weblog:entries}
{/exp:allow_eecode}
and then in my weblog entry the code is this:
{exp:freeform:entries form_name="training_survey" entry_id="10"}
{training_title}
Overview
{organization}
{address}
{city} {state} {postal_code}
{phone}
{website}
{email}
{affiliation}
{training_description}
Participants
Target Audience: {target_audience}
Issues Covered: {issues_covered1} | {issues_covered2} | {issues_covered3} | {issues_covered4} | {issues_covered5} | {issues_covered6} | {issues_covered7} | {issues_covered8} | {issues_covered9} | {issues_covered10} | {issues_covered11} | {issues_covered12} | {issues_covered_describe}
Learning Styles: {learning_styles1} | {learning_styles2} | {learning_styles3} | {learning_styles4} | {learning_styles5} {learning_styles6} | {learning_styles_describe}
Post-Training Activities: {activities1} | {activities2} | {activities3} | {activities4} | {activities5} | {activities_describe}
Cost Per Participant:{cost}
State Supports for Training Programs: {state_supports1} | {state_supports1_cost} | {state_supports2} | {state_supports2_cost} | {state_supports3} | {state_supports3_cost} | {state_supports4_describe} | {state_supports4_cost}
Is there evaluation data available? {evaluation_data} {evaluation_data_no}
{addition_info}
<hr>
{/exp:freeform:entries}
Thank you for your help.