{
  "id": 6726854,
  "title": "CF7 to Google Sheets Missing Random Submissions - The Quota Problem Nobody Explains",
  "url": "https://urgent.news/2026/09/11/cf7-to-google-sheets-missing-random-submissions-the-quota-problem",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-11T08:07:39.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/rahul_sharma_15bd129bc69e/cf7-to-google-sheets-missing-random-submissions-the-quota-problem-nobody-explains-2bho"
  },
  "original_language": "en",
  "account": "A WordPress site owner discovered that their Formidable Contact Form 7 (CF7) integration to Google Sheets was occasionally failing to send data to the sheet. Despite email notifications being sent, one out of every three submissions never reached the spreadsheet. This issue affected multiple users, who confirmed the same pattern. The Google Sheets Connector (GSheetConnector) support team explained that the problem was due to Google Sheets API limiting requests to 300 per minute per project. Multiple installations of the CF7 to Google Sheets plugin were sharing the same API quota, causing submissions to be missed during busy periods. The solution is to create a separate Google Cloud project and connect the plugin to its API credentials. By doing so, each user gets their own 300 requests/minute quota, eliminating the competition for shared resources.",
  "summary": "A site owner posted on the WordPress forums that their CF7 to Google Sheets integration was dropping about a third of submissions. Email notifications were being sent. The submission was saved in the form plugin's database. But one in three never made it to the spreadsheet. Another user confirmed the same pattern. A third user said it had worked perfectly for months and then started failing. The…",
  "key_points": [
    "Formidable CF7 integration to Google Sheets fails randomly",
    "Google Sheets API limits requests to 300 per minute per project",
    "Separate Google Cloud project resolves quota competition issue"
  ],
  "editors_take": "This issue highlights a common problem with API quota sharing, where multiple users of a plugin are unknowingly competing for the same limited resources, leading to missed submissions and unexplained errors.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}