When sending a confirmation email from a Form, you might want to include a value from a dropdown.
Normally this looks something like this:
$form:type_of_error$
But this will by default include the Title in the email.
So, what if you would like the value instead (assuming you have selected ”Use key as value”)?
Do this:
$form:type_of_error :value$