Jotform for Wix guide

Connect Jotform on Wix to Google Sheets

Jotform brings 10,000+ templates, HIPAA compliance, payment processing, and approval workflows to Wix via the App Market. LeadToSheet ensures every submission reaches Google Sheets with full page and campaign context.

CMS: Wix

Jotform is one of the most popular standalone form builders, offering 10,000+ templates, HIPAA-compliant forms, conditional logic, and payment integrations. On Wix, Jotform embeds as an iframe via the Wix App Market. Because iframes introduce cross-origin restrictions, LeadToSheet cannot capture those submission fields directly. Use Jotform's own Google Sheets integration or another automation tool for the response data, and keep LeadToSheet for page-level context on the parent page.

Implementation checklist

  1. 1

    Add the LeadToSheet SDK through Wix Custom Code

    Go to Settings → Custom Code → Add Custom Code in your Wix dashboard. Paste the snippet, set it to All Pages, and choose Body – End. For Jotform iframe embeds, use Jotform's own Google Sheets connector or another automation flow for submission delivery.

    Wix Custom Code snippet

    <script async src="https://www.leadtosheet.com/api/sdk?k=YOUR_CLIENT_KEY"></script>
  2. 2

    Embed Jotform on your Wix page

    Install Jotform from the Wix App Market or paste the Jotform iframe embed code into a Wix HTML embed element. If you use the iframe method, rely on Jotform's own integrations or another automation flow because the SDK cannot cross the iframe boundary.

    Tip: Jotform's App Market widget typically renders as an iframe, so browser-side field capture is usually not available on Wix.

  3. 3

    Test your actual delivery path

    Submit a test entry on the published live site and verify your chosen Jotform integration or automation tool receives the response. Use LeadToSheet separately to confirm the parent page context is present where applicable.

Customization ideas

  • Leverage Jotform approval workflows with sheet-based tracking

    Jotform's approval workflow moves submissions through review stages. LeadToSheet captures the initial submission, then you can add a status column in Google Sheets to manually or programmatically track approval progress alongside the raw lead data.

  • Capture HIPAA-compliant form data securely

    When using Jotform's HIPAA option, ensure your Google Sheet and any downstream automation are also managed inside a compliant environment. LeadToSheet itself does not make iframe submission capture HIPAA-safe by default.

  • Use form fields for Wix page context

    Add Jotform fields pre-filled with the Wix page URL or campaign identifier. Note: hidden fields (input[type='hidden']) are excluded from SDK capture. For webhook-based capture, hidden field values are included in the Jotform webhook payload.

Troubleshooting

  • Jotform iframe blocks SDK from capturing submissions

    Jotform on Wix almost always renders inside an iframe hosted on jotform.com. The LeadToSheet SDK cannot reach across this origin boundary. Use Jotform's own Google Sheets connector or another automation flow for the actual submission rows.

  • Submissions arrive in Jotform but not in Google Sheets

    If using the external automation fallback, verify the webhook URL is correct in Jotform's integration settings and that the webhook status shows successful deliveries. If using the SDK approach with a direct DOM embed, check that custom code is in Body – End and the site is published.

  • Form height is clipped or scrollbars appear on Wix

    Jotform iframe embeds on Wix sometimes render with a fixed height that clips longer forms. Adjust the iframe height in the Wix HTML embed element settings or enable Jotform's auto-resize script. This does not affect data capture but improves user experience.

Frequently asked questions

Jotform has a native Google Sheets integration. Why use LeadToSheet?
Jotform's native Sheets integration requires configuration per form and does not include UTM attribution, referrer data, or device context. LeadToSheet captures all of this metadata and works across all your Wix forms from a single SDK installation.
Can LeadToSheet capture Jotform payment form submissions on Wix?
Yes. Whether captured via the SDK or webhook, payment form fields including product selections and amounts are written to your Google Sheet. Actual payment processing remains handled by Jotform's payment gateway.
Does the external automation fallback add any delay to data arriving in Sheets?
The webhook path typically delivers data within a few seconds of submission. There is no meaningful delay compared to the SDK's real-time browser-side capture.