Sync POWR forms on Wix to Google Sheets
POWR Form Builder brings drag-and-drop forms, file uploads, conditional logic, and PayPal payments to Wix. LeadToSheet streams every submission to Google Sheets with full attribution metadata.
CMS: Wix
Overview
POWR Form Builder is a cross-platform plugin available in the Wix App Market that adds drag-and-drop form creation, file uploads, auto-responders, and PayPal payment fields to any Wix page. POWR offers its own Google Sheets connector on paid plans, but LeadToSheet provides a plan-independent alternative that also captures UTM parameters, device context, and referrer data that POWR does not include natively.
Implementation checklist
- 1
Install the LeadToSheet SDK via Wix Custom Code
Open Settings → Custom Code → Add Custom Code in your Wix dashboard. Paste the script, choose All Pages, and set placement to Body – End. This ensures the SDK is available wherever POWR forms are embedded.
Wix Custom Code snippet
<script src="https://cdn.leadtosheet.com/sdk.min.js" data-client="YOUR_CLIENT_KEY"></script> - 2
Add POWR Form Builder from the Wix App Market
Install POWR Form Builder from the Wix App Market, then place the form widget on your page via the Wix Editor. POWR's App Market widget should render the form within the page DOM, allowing the SDK to detect it.
Tip: If POWR renders inside an iframe (check in DevTools on the live site), use POWR's webhook or email notification as a fallback data source.
- 3
Test with file uploads and conditional fields
Submit a test entry on the published site that includes a file upload and triggers conditional logic branches. Verify that field values, file URL references, and conditional answers all appear in your Google Sheet.
Customization ideas
Track PayPal payment submissions in your spreadsheet
When customers complete a POWR form with PayPal integration, LeadToSheet captures the form payload including product selections and amounts. Reconcile these rows against your PayPal transactions for a complete order trail in Google Sheets.
Use auto-responder data alongside sheet records
POWR's auto-responder sends immediate email confirmations. LeadToSheet independently captures the same submission to your sheet. Add a hidden field to flag auto-responder-enabled forms so you can filter leads that received instant follow-up from those needing manual outreach.
Separate file upload forms from simple contact forms
Use data-leadtosheet-tab attributes on the page sections containing different POWR forms to route file upload submissions to an Attachments tab and standard contact forms to a Leads tab within the same Google Sheet.
Troubleshooting
POWR form renders inside an iframe on Wix
Some POWR embed methods on Wix render the form within an iframe hosted on powr.io. If submissions are not captured, inspect the live site in DevTools to check for an iframe. If present, use the POWR App Market widget instead, or configure POWR's email-to-sheet workflow as a fallback.
Custom code not executing in Wix Editor preview
The Wix Editor preview does not run scripts added via Custom Code. Always publish your site and test forms on the live URL to verify the LeadToSheet SDK is loading and capturing submissions.
File upload URLs missing from the spreadsheet
LeadToSheet captures the file URL reference generated by POWR, not the file itself. If the URL column is empty, the file upload field may use a different DOM attribute. Check the POWR form's HTML output on the live site and contact support if the file reference is not in the submission payload.
Frequently asked questions
- POWR already offers a Google Sheets integration. Why use LeadToSheet?
- POWR's native Sheets connector is only available on paid plans and does not include UTM parameters, referrer URL, or device data. LeadToSheet works on any POWR plan tier and adds full marketing attribution.
- Will LeadToSheet capture POWR's conditional logic fields on Wix?
- Yes, as long as the field is visible in the DOM at submission time. Fields hidden by conditional logic that were never shown to the user will not be included in the payload.
- Can I use LeadToSheet and POWR's auto-responder at the same time?
- Absolutely. POWR's auto-responder handles email confirmations server-side, while LeadToSheet captures the browser-side submission event. They operate independently without conflicts.
