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?
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?
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
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
The handle arrays doesn't work with the brackets at the end. Not sure what I would put in the custom code ?
This topic is locked and no more replies can be posted.
