Created
October 20, 2012 12:00
-
-
Save bonny/3923117 to your computer and use it in GitHub Desktop.
Radiobutton field, Extended Return Values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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