Radio button values

I have a form that contains a number of radio button fields, but each value differs from the corresponding label (the value contains more info than the label). The values are correctly stored into the database, but the notification email contains the labels as values and not the values itself. Is this a flaw in gravity forms?

For choice based fields merge tags output the choice text by default. To output the choice value you would add the value modifier to the merge tag e.g. {all_fields:value} or {label:id:value}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.