Hi There, I built a complex registration GF Form. In my confirmation E-Mail I want to hide certain fields. Therefore I got aware of the all fields + exclude function
{all_fields:exclude[8,11,10,43,44,45,53]}
Now I got the case that I got a radio-buttons element with a headline and 2 radiobuttons. In my E-Mail I just want to show the chosen radio-button but not the headline aka legend. How could I achieve this?
Thanks in advance.