Hello,
I was wondering if with this action it would be possible to save to more than one google spreadsheet
eg.
I have some fields in my form that I want to save to speradsheet 1
some others that I want to be saved to spreadsheet 2
and finally some that I want to be saved to both spreadsheets
I must admit I haven't really delved into the action parameters yet, I have just quickly read the how-to tutorial, also I have no programming skills so I am asking if it's possible to do using the default action parameters
Thank you
I was wondering if with this action it would be possible to save to more than one google spreadsheet
eg.
I have some fields in my form that I want to save to speradsheet 1
some others that I want to be saved to spreadsheet 2
and finally some that I want to be saved to both spreadsheets
I must admit I haven't really delved into the action parameters yet, I have just quickly read the how-to tutorial, also I have no programming skills so I am asking if it's possible to do using the default action parameters
Thank you
Hi oloccina,
Yes you could do that - use multiple copies of the action and make sure that you have distinct $form->data sub-arrays for each sheet.
Bob
Yes you could do that - use multiple copies of the action and make sure that you have distinct $form->data sub-arrays for each sheet.
Bob
Sorry,
but the tutorial is not clear to me at this point
in the above example where does GSheet[text1] go?
field name? field ID? elsewhere?
but the tutorial is not clear to me at this point
Second create you form and use Array Names for the inputs that you need to save. I used the suggested 'GSheet' model ID and so my inputs are called GSheet[text1], GSheet[text2] and GSheet[text3].
in the above example where does GSheet[text1] go?
field name? field ID? elsewhere?
Found it!
I should have read more carefully...
I should have read more carefully...
Note: in the Chronoforms form, name your fields as “GSheet[your field name from your Google Spreadsheet]”. I populated both the name and the ID field with this value – I couldn’t be bothered finding out which field needs to be populated as such.
This topic is locked and no more replies can be posted.