Dropdown value not correct in form submission email

How to display dropdown text labels instead of numeric values in ChronoForms emails.

Overview

The issue occurs because the email template is referencing the numeric option values instead of the display text.
Update the email template to use the correct data placeholder that retrieves the selected option's text label.

Answered
TS TSM15 28 Apr, 2015
I was able to build a custom dropdown field in my form and it shows up correctly on the front end, but in the email output the dropdown selection shows up as the numerical option value that was selected instead of the text value option. Can you please help change this? I have included all of the field coding and email output examples below.

Custom dropdown field code:
[attachment=0]Dropdown code.PNG[/attachment]

Email output template code:
[attachment=1]Email template.PNG[/attachment]

Email output example:
[attachment=2]Email output.PNG[/attachment]

Front end form view:
[attachment=3]Form.png[/attachment]

Thank you!
This topic is locked and no more replies can be posted.