We can add those features to our suggestions list :). We love getting feedback that will help us improve our plugins.
Thought of another idea. You might be able to use another plugin like these ones:
https://wordpress.org/support/plugin/contact-form-7-modules
https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/
to add a hidden field to your form(s) and pass that through to your sheet. just make sure your hidden field name in the forms is the same and matches a new column name in your sheet. You can specify a unique “value” for that that hidden field in each form that will carry through to the sheet.
We can’t support this option, and not sure if it will work, but it might be worth trying.
Also, please submit any feature requests here to make sure that they get on our official radar:
http://support.neversettle.it/forums/254781-ns-products/category/89522-ns-google-sheets-connector
thanks!
Thanks to “buzztone” for this solution posted in the CF7 support area.
—
You can add any HTML you want, including any standard HTML form elements, in the form section of the CF7 interface.
In your case you could add something like:
<input type=”hidden” name=”my-hidden” value=”hidden-value”>
—
Added this to CF7 Form interface – <input type=”hidden” name=”my-hidden” value=”hidden-value”>
Added Field — my-hidden — to google sheet and it seemed to work like a charm.
Sweet! We were wondering if something like that would be an option too. Thank you for sharing your findings!