My site is running Umbraco 7.4.1, using Forms 4.2.1.
I'm saving the content of a form as Umbraco document, using the correct workflow for that. Everything works fine, except the data in my RadioButtonList doesn't transfer when I save.
I've tried setting the values by hand or using the same Data Type as a Prevalue source, to no effect. Is there something specific to do in the case of Radio Button List when using the Save as doc option that isn't apparent up first?