Posted by João Martins on 1 Dec 2023

Sending HTML Form data to an Email Address without PHP

The easiest way to send HTML Form data to an Email Address without PHP, serverless, no-code, using Form2Sheet


If you're looking to enhance the functionality of your website and effortlessly send emails plus store the data in Google Sheets without PHP, Form2Sheet is the answer.

In this blog post, I will guide you through the process of sending HTML Form data to an Email Address without PHP using Form2Sheet, making your data collection journey smooth and efficient.

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: Building Your HTML Form

Crafting your unique HTML form is the heart of the process. Utilize a text editor to add the desired fields and styling to your form. Take inspiration from the example provided, customizing it to fit your specific needs. Make sure to replace the $API_URL with the one you received in your email (check your spam folder as well).

<form action="" method="">
  <label for="name">Name:</label>
  <input type="text" name="">
  <label for="email">E-mail:</label>
  <input type="email" name="">
  <label for="message">Message:</label>
  <textarea type="text" name=""></textarea>
  <input type="submit" value="Submit"></input>
</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! This is how you can send emails from HTML without PHP. You are now ready to collect 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.