Handle Array with Google Save

mduda 25 Apr, 2015
Just added the Google Save to one of my new forms. Very cool by the way! Thanks for this😀 (On a side note to anyone struggling with an authentication failure - I had to get an app specific password for it to work - thanks Max for posting this on the FAQ!)

The issue I have is that I have a checkbox group. Previously I had the handle array listed on the onsubmit, before the save action. Now that I've added the GSheet model id in the field names, I'm not sure how to get everything to show up. Previously I used [] at the end of the field name.

Any suggestions?
GreyHead 25 Apr, 2015
Hi mduda,

I think that the Handle Arrays action will still work if your input is called GSheet['input_name'][] If not then you can do the same with a Custom Code action.

Bob
mduda 25 Apr, 2015
The handle arrays doesn't work with the brackets at the end. Not sure what I would put in the custom code ?
mduda 25 Apr, 2015
Got it to work! Adding the brackets on the end does in fact work (I had mistyped something). Thanks!
This topic is locked and no more replies can be posted.