Alert email not reflecting form input
I am creating a form using the "select" field type with two options:
Do you have a relationship manager "Yes" "No"
When they submit I have set up an alert email to my inbox using a token to pull through
Select your relationship manager: {{lead.Select your relationship manager:default=None}}
Instead of pulling through "Yes" "No", yes is pulling through a 1 and no is pulling through a blank. Is there a way to adjust this?
Let me know thanks