I have a dynamic dropdown in my form with option value {var:Category.id} and option text {var:Category.title} which is fetched from the categories table. At the end of the form, I want to email the user, including the selected option in the email text.
How can I include the text of a selected dropdown in the email? The dynamic dropdown value is accessible via {data.my_dropdown}, but how do I get the text?
I found this entry about alternative data, but didn't really work out if this would be a solution or how this works with dynamic data.
How can I include the text of a selected dropdown in the email? The dynamic dropdown value is accessible via {data.my_dropdown}, but how do I get the text?
I found this entry about alternative data, but didn't really work out if this would be a solution or how this works with dynamic data.