RXML Code
Confirmation page code
<p>Below is what you submitted.<br/><br/><strong>Name:</strong> &form.name;<br/>
<strong>E-mail:</strong> &form.email;<br/>
<strong>Phone:</strong> &form.phone;<br/>
<if variable="&form.sessionproposal;"><br/>
<strong>Session proposal:</strong> &form.attachment-name-sessionproposal;<br/>
</if><br/>
A copy of your response was sent to &form.email;. If you have any questions, please email <a href="noreply@princeton.edu">noreply@princeton.edu</a> or call 555-1234.
</p>
Custom email to form owner
<email subject="Registration from &form.name;" to="noreply@princeton.edu" from="noreply@princeton.edu">
The form was submitted on <date type="iso" />.
Name: &form.name;
E-mail: &form.email;
Phone: &form.phone;
<if variable="&form.sessionproposal;"> Attachment filename: &form.attachment-name-sessionproposal;
<attachment name="&form.attachment-name-sessionproposal;" mimeencoding="base64">&form.sessionproposal;</attachment>
</if> </email>
The form was submitted on <date type="iso" />.
Name: &form.name;
E-mail: &form.email;
Phone: &form.phone;
<if variable="&form.sessionproposal;"> Attachment filename: &form.attachment-name-sessionproposal;
<attachment name="&form.attachment-name-sessionproposal;" mimeencoding="base64">&form.sessionproposal;</attachment>
</if> </email>
Custom email to form submitter
<email subject="Thank you for registering" to="&form.email;" from="noreply@princeton.edu">Below is what you submitted.
Name: &form.name;
E-mail: &form.email;
Phone: &form.phone;
<if variable="&form.sessionproposal;"> Attachment filename: &form.attachment-name-sessionproposal;
</if> If you have any questions, please email noreply@princeton.edu or call 555-1234.
Michael
Web Development Services
</email>