Show text from form dropdown in email

roman5527 13 Dec, 2021
Hi, how i can show value from selectbox or checkbox or radio button to email ?
I have dropdown example : https://prnt.sc/22u979i
But in email i see value no Text . how i can change it ?

tahnks
GreyHead 14 Dec, 2021
Hi roman5527,

The 'value' is not submitted, only the id - the simplest solution is to set both to be the same. Otherwise I think you will need to add some Custom PHP to convert the Ids back into the values you need.

Bob
You need to login to be able to post a reply.