Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varshithvhegde/contact_form_using_google_sheets
This is a simple contact form that uses Google Sheets as a backend. It is a static site that can be hosted on GitHub Pages.
https://github.com/varshithvhegde/contact_form_using_google_sheets
api contact contact-form contact-management css google-sheets-api html javascript spreadsheet webdev
Last synced: about 2 months ago
JSON representation
This is a simple contact form that uses Google Sheets as a backend. It is a static site that can be hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/varshithvhegde/contact_form_using_google_sheets
- Owner: Varshithvhegde
- License: mit
- Created: 2022-09-18T06:10:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T13:53:18.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:43:13.226Z (almost 2 years ago)
- Topics: api, contact, contact-form, contact-management, css, google-sheets-api, html, javascript, spreadsheet, webdev
- Language: HTML
- Homepage: https://Varshithvhegde.github.io/Contact_Form_Using_Google_Sheets
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Contact Form Using Google Sheets](https://Varshithvhegde.github.io/Contact_Form_Using_Google_Sheets)
This is a simple contact form that uses Google Sheets as a backend. It is a static site that can be hosted on GitHub Pages.
## How to use
1. Create a Google Sheet with the following columns: `timestamp`, `email`, `name`, `message`
2. Publish the Google Sheet to the web
3. Copy the URL of the published Google Sheet
4. Fork this repository
5. For detailed explanation on how to use this repository, check out [this blog post](https://github.com/jamiewilson/form-to-google-sheets#readme)## Technologies
- HTML
- CSS
- JavaScript
- Google Sheets
- GitHub Pages## ALL Mesage from the form
- This application for educational purpose only . I am not responsible for any misuse of this application or data breach.
- To find whether the message is sent or not, check the [google sheet here](https://docs.google.com/spreadsheets/d/11aE1wJshRQTi3Xtk3yo2M3uuOgiNcjS2aG25yY-PSOM/edit?usp=sharing)## Screenshot
## Demo
- [Live Demo](https://Varshithvhegde.github.io/Contact_Form_Using_Google_Sheets)
## License
[MIT](/LICENSE)