Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwong246/agawi
https://github.com/adamwong246/agawi
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwong246/agawi
- Owner: adamwong246
- Created: 2013-03-08T22:35:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T05:28:13.000Z (almost 12 years ago)
- Last Synced: 2023-03-24T02:08:39.380Z (almost 2 years ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to get Google forms and Google docs working
http://www.immersionmedia.com/blog/customizing-and-styling-google-forms/
The Agawi static website is backed by Google docs to store data gathered with Google forms. In order to get a seamless user experience, you cannot use embed the google forms iframe directly. Instead, after creating the google form and spreadsheet, "View the live form." View the source of this page and you will find a html snippet ....
Copy this into a partial file in the includes folder of the project. The file must begin with an underscore.
Now modify this form to taste. Remove labels, and hint text, change the input.submit to a button.
```
ex: includes/_you_form_here.html
```
Including this partial will give you the pure form.
```
```THIS MUST BE DONE IF YOU CHANGE THE FORM OR DOC. MAKE SURE YOU TEST THIS BEFORE DEPLOYING.