• Because this plugin requires the prefix ts_ in form tags, it will not work with plugins that push CF7 fields to Google Sheets (such as CF7 Google Sheets Connector). Apparenly sheets don’t support posting via tags containing underscores (at least according to the aforementioned plugin).

    To get around this, I had to modify the $key value in TsSendyShortcode.php from ‘ts_’ to ‘ts-‘ and now everything works perfectly: the subscriber info goes to both my Sendy list and into my Google Sheet.

    But if/when this plugin is updated, my changes to the plugin’s code will be lost, so I’d prefer to use a hook via functions.php to acheive the same thing, but I am note sure how to go about writing this. Any ideas?

  • The topic ‘Hook for changing ts_ to ts-’ is closed to new replies.