Posted by João Martins on 13 Apr 2026

How to Connect Wix Forms to Google Sheets

Save Wix form submissions to Google Sheets using a simple HTML embed


Wix makes it easy to build websites, but connecting forms to Google Sheets usually requires Velo (Wix's code platform) or paid third-party apps. With Form2Sheet, you just need an HTML iframe embed — no coding required.

In this tutorial, I will guide you through the process of adding a form to Wix that sends submissions directly to Google Sheets using Form2Sheet.

Step 1: Prerequisites

The first step in integrating Form2Sheet is to subscribe either monthly or yearly.
Then, go to https://form2sheet.com and create your first spreadsheet.

Screenshot
(Email received after creating a spreadsheet)


Step 2: Adding a Form to Wix

In the Wix editor, you can add custom HTML using the Embed HTML widget. Click the “+” button, go to “Embed Code”, and select “Embed HTML”. Paste the form code below into the widget. Make sure to replace the $API_URL with the one you received in your email (check your spam folder as well).

<!-- Add this using the Wix HTML Embed widget -->
<form action="" method="">
  <label>Name:</label>
  <input type="text" name="" style="width:100%;padding:8px;margin:5px 0;" />
  <label>E-mail:</label>
  <input type="email" name="" style="width:100%;padding:8px;margin:5px 0;" />
  <label>Message:</label>
  <textarea name="" style="width:100%;padding:8px;margin:5px 0;" rows="4"></textarea>
  <input type="submit" value="Submit" style="padding:10px 20px;cursor:pointer;" />
</form>


Step 3: Submitting the Form

In the GIF below, you can see how after submitting the form you check the results in your Spreadsheet.

Screenshot

Besides that, you and the respondent will receive a confirmation email with the data submitted.

Screenshot
Screenshot


And that's is! Simple as that. Aditionally, you can create Unlimited Spreadsheets, customize the Thank You page, add as many Custom Form Fields as you want and remove the Form2Sheet branding from the emails.

Screenshot


Conclusion

Congratulations! You can now go ahead and publish your Wix site with the form. It is now ready to start collecting responses. With Form2Sheet, the process is streamlined, and you can focus on obtaining valuable data without the hassle of complicated setups.

If this made you curious, go ahead and check our pricing below.

Related Guides