POWR Form Builder for Wix guide

Sync POWR forms on Wix to Google Sheets

POWR Form Builder brings drag-and-drop forms, conditional logic, and PayPal payments to Wix. LeadToSheet captures every text-based form submission and streams it to Google Sheets with full attribution metadata.

CMS: Wix

POWR Form Builder is a cross-platform plugin available in the Wix App Market that adds drag-and-drop form creation, 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 captures text-based form fields along with UTM parameters, device context, and referrer data that POWR does not include natively. Note that the SDK captures text-based fields only; file uploads are not captured.

Implementation checklist

  1. 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>(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. 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. 3

    Test with conditional fields

    Submit a test entry on the published site that triggers conditional logic branches. Verify that all text-based field values and conditional answers appear in your Google Sheet. The SDK captures text-based fields only; file upload fields are not captured and should be managed through POWR's built-in submission storage.

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. Use a visible read-only text field or a custom column in Google Sheets to flag which forms have auto-responders enabled, so you can filter leads that received instant follow-up from those needing manual outreach.

  • Separate different POWR forms into distinct sheet tabs

    The SDK auto-identifies each form via fingerprinting. Configure routing rules in the LeadToSheet dashboard to direct different POWR forms to separate tabs within the same Google Sheet, keeping your data organized by form purpose.

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 fields not appearing in the spreadsheet

    This is expected behavior. The LeadToSheet SDK captures text-based form field values only and does not capture file uploads. If you need to track uploaded files, use POWR's built-in submission storage or email notifications to manage them separately.

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.