After someone completes a survey, you can automatically send them a confirmation containing their responses by leveraging the following template:

Thank you for your response to the survey <strong><pv type="variable" reference_type="survey" reference_no="{@[email protected]}" field_name="survey_name" id="survey_title"/></strong>.
<br>
<h3>Please confirm your responses below:</h3>
<pv type="template" reference_type="survey" reference_no="{@[email protected]}" firstClass="active" id="surveyAnswers">
 <strong>{@[email protected]}</strong><br>
 <p>{@[email protected]}</p>
 <hr/>
</pv>
<br>
<p>If you see an issue with one of your responses, please click the link below to re-submit your responses.</p>
<pv type="variable" reference_type="survey" reference_no="{@[email protected]}" field_name="component_link" id="linktosurvey" cssclass="btn btn-info btn-lg" linktext="Update Responses" format="link"/>

Did this answer your question?