Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prinuvinod/contact-form

This is a Contact Me form created using Google Sheets API which gets the input to a Google Sheets
https://github.com/prinuvinod/contact-form

contactform css googlesheetsapi html javascript

Last synced: 4 days ago
JSON representation

This is a Contact Me form created using Google Sheets API which gets the input to a Google Sheets

Awesome Lists containing this project

README

        

# Contact-Form

## Description

This is a simple contact form project that can be easily integrated into your website to allow visitors to send you messages. The form collects the sender's name, email address, and message, and sends the message to your Google Sheets connected to it via Google App Scripts.

## Features

- Easy integration into any HTML/CSS/JS-based website.
- Collects sender's name, email, and message or more fields can be added.
- Sends messages to your Google Sheets using server-side processing.