Disable Async on Google Sheets Feeds
By default, GC Google Sheets feeds run asynchronously. This snippet will disable that, so they run in the same request as the form submission.
This is useful for debugging whether there is a wider issue with asynchronous feeds on a site.
Installation:
Instructions
See “Where do I put snippets?” in our documentation for installation instructions.
Code
Filename: gcgs-disable-async.php
Is it possible to disable async on a specific feed only?
Hey Tony,
Not right out of the box, but we can make this possible with a quick modification to the snippet. I just sent you the code via Support!