Sync GetResponse Wix forms to Sheets
GetResponse provides popup forms, inline signup forms, and landing page builders for email marketing on Wix. LeadToSheet captures every subscriber signup and writes it to Google Sheets with campaign attribution.
CMS: Wix
Overview
GetResponse is an email marketing platform that offers popup forms, inline signup forms, and landing page builders. On Wix, GetResponse forms are typically embedded via their JavaScript snippet pasted into a Custom HTML element. These forms render in the page DOM, allowing the LeadToSheet SDK to capture submissions directly. This gives you a real-time Google Sheets log of every signup alongside the subscriber data flowing into GetResponse for email campaigns.
Implementation checklist
- 1
Add the LeadToSheet SDK via Wix Custom Code
In your Wix dashboard, go to Settings → Custom Code → Add Custom Code. Paste the snippet, set it to All Pages with Body – End placement. GetResponse popups can appear on any page, so site-wide SDK coverage is essential.
Wix Custom Code snippet
<script src="https://cdn.leadtosheet.com/sdk.min.js" data-client="YOUR_CLIENT_KEY"></script> - 2
Embed GetResponse signup forms on your Wix site
Copy the GetResponse form embed code from your GetResponse dashboard (Forms & Popups section) and paste it into a Wix HTML embed element. GetResponse forms render via JavaScript into the page DOM, which the LeadToSheet SDK monitors for submission events.
Tip: GetResponse popup forms inject into the main page DOM when triggered. The SDK will detect these dynamically rendered forms automatically on the live site.
- 3
Publish and test a signup submission
Publish your Wix site, visit the live URL, and submit a test signup. Verify the email address and any custom fields appear in both your GetResponse list and your connected Google Sheet.
Customization ideas
Track popup versus inline signup performance
If you use both GetResponse popup and inline forms on your Wix site, LeadToSheet records the form context and page URL for each submission. Filter your spreadsheet by form type to compare conversion rates between display modes.
Enrich GetResponse subscriber data with UTM attribution
GetResponse stores subscriber emails but not individual submission UTM data. LeadToSheet captures the full UTM string (source, medium, campaign) with every signup, enabling you to attribute each subscriber to the exact marketing campaign that brought them.
Trigger non-email follow-ups from your sheet
While GetResponse handles email automation, use Google Apps Script on your LeadToSheet sheet to trigger SMS alerts, CRM record creation, or Slack notifications for high-value signups based on field values like company name or role.
Troubleshooting
GetResponse form does not appear on the published Wix site
Verify the GetResponse embed code is correctly pasted in the Wix HTML embed element and that your GetResponse account is active. If the form appears in the Editor but not on the live site, Wix's cookie consent banner may be blocking the GetResponse script. Adjust your consent categories accordingly.
Popup form submissions not captured by the SDK
GetResponse popup forms render dynamically in the DOM. If submissions are not appearing in your sheet, inspect the popup HTML on the live site to confirm it uses a standard form element. Also verify the LeadToSheet script is in Body – End, not Head, so it loads after the page is ready.
Wix Editor preview does not show GetResponse forms
The Wix Editor preview does not execute scripts from HTML embed elements or Custom Code entries. Publish your site and test all GetResponse forms and LeadToSheet functionality on the live URL.
Frequently asked questions
- GetResponse has its own reporting. Why also use LeadToSheet?
- GetResponse reports on email campaign metrics but does not provide per-submission Google Sheets export with page URL and UTM data. LeadToSheet gives you a real-time, per-signup spreadsheet row with full marketing attribution.
- Will LeadToSheet capture GetResponse landing page form submissions?
- If the GetResponse landing page is embedded on your Wix site via an iframe, the SDK cannot capture it due to cross-origin restrictions. For landing pages hosted directly on GetResponse, use GetResponse's API or webhook integration with LeadToSheet instead.
- Can I use one LeadToSheet install for GetResponse and other forms on Wix?
- Yes. A single SDK snippet in Wix Custom Code captures submissions from GetResponse forms, Wix Forms, and any other DOM-rendered form tools on your site.
