I have a few fields on a form that are radio button fields, modified through the gform_field_choices filter. When the form is rendered, the choices are displayed correctly. The user makes a selection and submits the form, but the data isn't saved.
Is there a good working example of gform_field_choices for a radio button field that renders a set of options and saves whichever option is selected?
Is it even possible to have a set of radio button options be rendered through a script?