🎉 Start free today - upgrade only when you grow! Use coupon code SHIPFAST for 10% off paid plans

Heysheet Logo
heysheet
Back to Blog

How to Create a Contact Form and Send Submissions to Google Sheets

July 26, 2025

Building a contact form is a fundamental part of any website. It allows visitors to get in touch with you, ask questions, and provide feedback. In this tutorial, we'll show you how to create a simple contact form using HTML and send the submissions to a Google Sheet using HeySheet.


Why Use Google Sheets for Your Contact Form?

Google Sheets is a powerful and easy-to-use tool for managing data. By sending your contact form submissions to a Google Sheet, you can easily:


⚡ Let’s Build Your Contact Form in 4 Simple Steps

Ready to get started? Let’s create your contact form and connect it to Google Sheets in just a few minutes.


✅ Step 1: Create a Google Sheet

First, you'll need to create a new Google Sheet to store your contact form submissions. Open Google Sheets and create a new spreadsheet. Then, add the following headers to the first row:

Name | Email | Message

✅ Step 2: Create a Form on HeySheet

Next, you'll need to create a new form on HeySheet. If you don't have an account, you can sign up for free at HeySheet.in.

Once you're logged in, click the "Create New Form" button and select the Google Sheet you just created. HeySheet will then generate a unique endpoint for your form.


✅ Step 3: Create Your HTML Contact Form

Now, it's time to create your HTML contact form. You can use the following code as a starting point:

<form action="YOUR_HEYSHEET_ENDPOINT" method="POST">
  <input type="text" name="Name" placeholder="Your name" required />
  <input type="email" name="Email" placeholder="Your email" required />
  <textarea name="Message" placeholder="Your message" required></textarea>
  <button type="submit">Send</button>
</form>

Make sure to replace YOUR_HEYSHEET_ENDPOINT with the endpoint for your form on HeySheet.


✅ Step 4: Test Your Contact Form

That's it! Your contact form is now ready to use. Open your website in a browser and submit a test submission. You should see the submission appear in your Google Sheet instantly.


Wrapping Up

In this tutorial, we've shown you how to create a simple contact form and send the submissions to a Google Sheet using HeySheet. With HeySheet, you can easily create and manage your contact forms without any backend code.

If you have any questions or need help with your contact form, feel free to contact us at support@heysheet.in.