Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Get item description from radio button group

Avatar

Level 7

Hello,

I have a radio button exclusion group called AWAChoice with 4 radio buttons, values 1 - 4 each having a description that appears on the form. When the user clicks a Submit button, I have a hidden button create an email with information from various fields in the email. I need the choice from the radio button group to be listed in the message body of the email. I know how to get the number value from the radio button selection, but I don't know how to get the item description.

Your help is appreciated.

Thanks,

MDawn

1 Reply

Avatar

Level 7

if you change the Values of the radio buttons from 1-4 to the actual description of each button you can then use .rawValue to access it.