Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prinuvinod/contact-form
- Owner: PrinuVinod
- Created: 2023-09-14T09:59:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T09:49:00.000Z (11 months ago)
- Last Synced: 2024-04-16T11:21:47.782Z (7 months ago)
- Topics: contactform, css, googlesheetsapi, html, javascript
- Language: CSS
- Homepage: https://prinuvinod.github.io/Contact-Form/
- Size: 235 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.