Skip to content

Instantly share code, notes, and snippets.

@bonny
Created October 20, 2012 12:00
Show Gist options
  • Save bonny/3923117 to your computer and use it in GitHub Desktop.
Save bonny/3923117 to your computer and use it in GitHub Desktop.
Radiobutton field, Extended Return Values
Array
(
[selected_value] => Radiobutton 2
[selected_radiobutton] => Array
(
[value] => Radiobutton 2
[key] => radiobutton_num_3
[is_selected] => 1
)
[radiobuttons] => Array
(
[0] => Array
(
[value] => Radiobutton 1
[key] => radiobutton_num_2
[is_selected] =>
)
[1] => Array
(
[value] => Radiobutton 2
[key] => radiobutton_num_3
[is_selected] => 1
)
[2] => Array
(
[value] => Radiobutton 3
[key] => radiobutton_num_4
[is_selected] =>
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment