PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Radio Buttons do not save data

  1. 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?

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  2. Responded via the Priority Support request for this same question. The solution is to use the gform_pre_render hook which is documented here:

    http://www.gravityhelp.com/documentation/page/Gform_pre_render

    Posted 11 years ago on Friday January 4, 2013 | Permalink

This topic has been resolved and has been closed to new replies.