Show text from form dropdown in email

ro 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
Gr 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
This topic is locked and no more replies can be posted.