Skip to content

abubakarcodeer/Email-Subscription-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📧 Email Subscription Form

A simple Email Subscription Form that collects user email addresses, shows a successful submission message, and stores the emails directly into Google Sheet (Sheet1, first column) using Google Apps Script.

This project uses Google Sheets as a lightweight backend database for easy email management.

🚀 Features

  • Collects user email addresses
  • Shows success message after submission
  • Stores emails in Google Sheet → Sheet1
  • Emails are saved in the first column (Column A)
  • Uses Google Apps Script as backend
  • Simple and clean UI
  • Easy to integrate into any website

🛠️ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Google Sheets
  • Google Apps Script

📂 How It Works

  1. User enters an email address in the subscription form
  2. JavaScript sends the email to Google Apps Script
  3. Apps Script saves the email in Sheet1 (Column A)
  4. A success message is displayed to the user

📄 Google Sheets Setup

  1. Create a new Google Sheet
  2. Rename the sheet to Sheet1
  3. Go to Extensions → Apps Script
  4. Add a script to receive and store the email
  5. Deploy the script as a Web App
  6. Use the Web App URL in your JavaScript file

📌 Use Cases

  • Newsletter subscriptions
  • Landing pages
  • Marketing campaigns
  • Email collection forms

About

A simple and efficient Email Subscription Form that allows users to submit their email address, displays a successful submission message, and automatically stores the email data in a Google Sheet for easy management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors