Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)