Template variables
You can use template variables to output user submitted values.
Available vars:
{Field:ID} - Output the name of the field. E.g, {Field:5} {Record:ID} - Output the value of the field. E.g, {Record:5} where 5 - Field ID. {Record:DATE} - Output the date of the record. {Record:ALL} - Output all records. Default mail template. {Request:ID} - Output records ID format. {Form:ID} - Output form ID. {Form:NAME} - Output form name (title). {Form:DESCRIPTION} - Output form description. {Form:URL} - Output form url. {Form:LINK} - Output link to form. {Contact:FIELD} - Output contact info from the Contacts. E.g, {Contact:name}, {Contact:ip}, {Contact:about}, etc.
Let's try to understand it in example.
Next form has the following confirmation template:
Try it: