When having a cck options field this is submitted

select:

[title] => select option
    [field_options] => Array
        (
            [key] => C
        )

Comments

clemens.tolboom’s picture

Assigned: Unassigned » clemens.tolboom

multiple select text

[field_options] => Array (
            [keys] => Array(
                    [0] => A
                    [1] => C
                )
        )
clemens.tolboom’s picture

Same solution for radio/checkbox

clemens.tolboom’s picture

Single checkbox behaves like multiple :-/
The options A,B,C leads in edit form to a 'B' checkbox ????

clemens.tolboom’s picture

single text/text seems a little useless.

The option A,B,C are not displayed but validation errors all over.
multiple lines are not good either.

clemens.tolboom’s picture

Status: Active » Fixed

This seemed to be fixed. Time for a party ;-)

It's time for a release I guess.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.