Link SureForms to Google Sheets in minutes
SureForms brings Gutenberg-native form building to WordPress. Add LeadToSheet for instant Google Sheets sync that works alongside SureTriggers automations without configuration overlap.
CMS: WordPress
Overview
SureForms is a modern, block-based form builder from the team behind Starter Templates and SureTriggers. It renders lightweight forms using Gutenberg blocks and connects natively to the SureTriggers automation platform. LeadToSheet adds a direct Google Sheets pipeline alongside SureTriggers, so teams that rely on spreadsheets for reporting get real-time data without building automation flows.
Implementation checklist
- 1
Add the LeadToSheet SDK to your theme
Since SureForms uses Gutenberg blocks, the form renders as part of your page content. Place the SDK script in your theme footer to capture submissions site-wide.
LeadToSheet SDK snippet
<script>(function(w,d,s,u,k,e){if(w.__formsync){return}w.__formsync={q:[],k:k,endpoint:e};var js=d.createElement(s);js.src=u;js.async=1;js.onload=function(){w.__formsync.init&&w.__formsync.init({ clientKey:k })};d.head.appendChild(js);})(window,document,'script','https://www.leadtosheet.com/sdk.min.js','YOUR_CLIENT_KEY','https://www.leadtosheet.com/api/ingest');</script> - 2
Create and publish a test form
Build a form using SureForms blocks in the Gutenberg editor, publish the page, and submit a test entry. Confirm the data appears in your connected Google Sheet within seconds.
Tip: SureForms block names map directly to field labels. Keep them descriptive for clean sheet headers.
- 3
Verify alongside SureTriggers
If you use SureTriggers for other automations (Slack, CRM, email), confirm both SureTriggers and LeadToSheet fire independently on the same submission without conflicts.
Customization ideas
Use Sheets alongside SureTriggers
SureTriggers handles workflow automation while LeadToSheet handles data archiving. Use the sheet as a long-term record that outlives individual SureTriggers workflow runs.
Gutenberg block reuse across pages
SureForms blocks can be saved as reusable blocks. Every page using the same reusable form block automatically syncs to the same sheet, centralising data from multiple landing pages.
Lightweight performance monitoring
Both SureForms and LeadToSheet are designed to be lightweight. Use Sheets timestamp data to monitor submission latency and ensure your site's performance stays sharp.
Troubleshooting
Gutenberg block rendering delays
On heavily cached sites, Gutenberg blocks may hydrate after the initial page load. The LeadToSheet SDK's MutationObserver detects forms even when they render late. Ensure you are on the latest SDK version.
SureTriggers and LeadToSheet both sending to Sheets
If you have a SureTriggers flow that also writes to Google Sheets, you will get duplicate rows. Disable one path (typically the SureTriggers Sheets action) and let LeadToSheet handle it.
Block editor preview submissions
Form submissions in the Gutenberg editor preview do not trigger real events. Always test on a published page to verify LeadToSheet captures the submission correctly.
Resources
Frequently asked questions
- Do I need SureTriggers to use LeadToSheet with SureForms?
- No. LeadToSheet operates independently. You do not need a SureTriggers account or any automation flow configured. The SDK captures submissions directly from the browser.
- Is SureForms compatible with all WordPress themes?
- SureForms uses Gutenberg blocks, so it works with any block-compatible theme. LeadToSheet captures the rendered form output regardless of theme styling.
- Can I use SureForms' built-in styling with LeadToSheet?
- Yes. SureForms styling is purely visual. LeadToSheet reads form field values, not CSS classes, so styling changes never affect data capture.
