Hi There
Weird issue, but I am trying to populate a Multi-select in CB (via the CF_CB Plugin) from a multi-select in my Chronoform. I have exactly the same values set up in both. This is the code in my Chronoform:
In the CF_CB Plugin I put the value 'event-group' into the field that relates to my CB multi-select.
Upon testing the form, and checking first the test CB profile, the result always comes back with the word 'Array' and that's all. If I Edit the CB Profile I can see that the equivalent fields in my CB Multi-select are not selected, so something isn't right obviously.
Am I doing something wrong? Or am I doing something that just can't be done?
Weird issue, but I am trying to populate a Multi-select in CB (via the CF_CB Plugin) from a multi-select in my Chronoform. I have exactly the same values set up in both. This is the code in my Chronoform:
<label class="cf_label">Event Group/s Coached (Muliple Select)</label>
<select class="cf_inputbox" id="event_group" size="9" title="" multiple="multiple" name="event_group[]">
<option value="Sprints">Sprints</option>
<option value="Hurdles">Hurdles</option>
<option value="Distance">Distance</option>
<option value="Throws">Throws</option>
<option value="Jumps">Jumps</option>
<option value="Race Walking">Race Walking</option>
<option value="Multi Events">Multi Events</option>
<option value="Young Athletes">Young Athletes</option>
<option value="AwD">AwD</option>
</select>
In the CF_CB Plugin I put the value 'event-group' into the field that relates to my CB multi-select.
Upon testing the form, and checking first the test CB profile, the result always comes back with the word 'Array' and that's all. If I Edit the CB Profile I can see that the equivalent fields in my CB Multi-select are not selected, so something isn't right obviously.
Am I doing something wrong? Or am I doing something that just can't be done?