Group select not saving all selections

Group select fields not saving multiple selections.

Overview

The issue occurs because the form field names are not configured to handle array data.
Add square brackets [] to the field names in the form to allow multiple values to be processed correctly.

Answered
sh sharonbetts 30 Aug, 2014
I have 2 group selection boxes that are only sending the last selection to the db
I have a "handle arrays" action before the DB save in my Setup
The DB table is working fine - but I only get the final choice from the group selection recorded.
Only final choice shows up in the email also.

What am I missing?
sh sharonbetts 30 Aug, 2014
Answer
I posted a similar question under an answered topic and thought that it would not be found after realizing it was answered.

Needed to add [] to field names. Now it is working like a charm!
Thank you!
This topic is locked and no more replies can be posted.