Hi @westerndeal,
Thanks for the plugin!
I had the same problem (v4.4, just installed this).
After some digging around, I think I found the problem:
In the file : ./lib/google-sheets.php
line 166: $range_new = $worksheet_id;
Basically you append to the cell which has the tab-name.
So, in my case, my tab name “cf7” (I renamed it from “Sheet1”), it was adding data in cell “CF7”.
I hope this helps!
The quick workarround – rename your tab “A2” (and change the name in config in the form as well). This will add your data in the “columnn A”.
Keep up the good work!