xpertbot / craft-wheelform

Craft CMS 4 Form with Database integration
MIT License
66 stars 32 forks source link

Bug: Field Select (multiple) always returns an error / the last selected option #295

Closed mfell closed 1 year ago

mfell commented 1 year ago

Hi, this might be a bug?

I'm using the field type select (that works), but with the option multiple I only get the last of the selected options from the wheelform response.

In my example (see screenshots): I lost the Option 1 from my Select Multiple ... I always got only the last of the selected options.

Greetz Marc

Step 1: Initial loading of form and fill out some fields -> click send

Bildschirmfoto 2023-09-09 um 16 22 39

Step 2: Reloaded form after click on send with error, because of empty other fields

Bildschirmfoto 2023-09-09 um 16 23 06

dump of step 2

Bildschirmfoto 2023-09-09 um 16 23 58

Interesting: With the Multiple-Option the form has always an Error -> not saving the form, no redirect.

Bildschirmfoto 2023-09-09 um 17 06 25