GitHub / dwyl/learn-to-send-email-via-google-script-html-no-server / commits
:email: An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
62172a54 | Adds notes on required form id and form element name attributes, https://gith... | iteles <i****b@d****o> | over 8 years ago | |
c41d7e4b | Adds note to readme on giving everyone access to the google sheet when deploy... | iteles <i****b@d****o> | over 8 years ago | |
b253239a | Alters CSS for invalid email block to ensure user feedback appears, fixes htt... | iteles <i****b@d****o> | over 8 years ago | |
4b0e7d1f | merge Merge pull request #118 from denyncrawford/master |
Nelson <n****b@d****o>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
90df19ac | Translation to Spanish | Miguel Rangel <k****b@g****m> | over 8 years ago | |
d2201bcd | add data attribute elements when POSTing data and email in order too | Sean McKenna <m****n@g****m> | over 8 years ago | |
e6fea0ee | Set theme jekyll-theme-slate | Nelson <n****b@d****o> | over 8 years ago | |
5396085b | Update test.html to be more compliant/accessible (#95) |
Martyn Hoyer <m****r@g****m>
Committed by: Sean McKenna <m****n@g****m> |
over 8 years ago | |
adfa1f22 | Fix to output checked checkboxes properly as concatenated string (#89) |
Martyn Hoyer <m****r@g****m>
Committed by: Sean McKenna <m****n@g****m> |
over 8 years ago | |
fe985ac9 | merge Merge pull request #91 from dwyl/test-form |
Nelson <n****b@d****o>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
4c5efa90 | add a test web form with all input and form fields | Sean McKenna <m****n@g****m> | over 8 years ago | |
639afa46 | update to new master spreadsheet (#84) |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
7bca09cf | fix formatting inconsistency and some verbage for live-server section | Sean McKenna <m****n@g****m> | over 8 years ago | |
5c6af925 | Version-Two (#23) |
Nelson <n****b@d****o>
Committed by: Sean McKenna <m****n@g****m> |
over 8 years ago | |
e9a3dcf7 | merge Merge pull request #74 from martynhoyer/master |
Nelson <n****b@d****o>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
1ddcc068 | Fix typos | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
21918a49 | Update readme with slimmed down version | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
798d4047 | Script updates from code review and adding better comments | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
8b0b902c | Add String() behaviour to replyTo | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
f34042f9 | Update example google-script | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
a09f4df7 | Add image to readme |
Martyn Hoyer <m****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
8460708d | formatting | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
dcba0dbc | Update docs for email formatting | Martyn Hoyer <m****r@g****m> | over 8 years ago | |
3631841f | remove unnecessary setup() function from readme |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
f2f5f75c | store data in spreadsheet first #55 |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
9d56e051 | clean up google apps script |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
4c9ee2b9 | fix #65 by calling the active spreadsheet directly |
ibsenvalath <i****h@u****m>
Committed by: Sean McKenna <m****n@g****m> |
almost 9 years ago | |
d1bdc6f5 | merge Merge pull request #63 from krizalys/fix-readme |
Nelson <n****b@d****o>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
5d1c6fd9 | Fixed README | Christophe Vidal <k****s@k****m> | almost 9 years ago | |
ce041823 | address #52 to get radio button values |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
88ba7569 | support reading values from form checkboxes |
Sean McKenna <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
2090db0a | merge Merge pull request #25 from mckennapsean/master | Nelson <c****b@g****m> | over 9 years ago | |
ad484f67 | fix form submission to handle form elements in safari and firefox, addresses #20 | Sean McKenna <m****n@g****m> | over 9 years ago | |
3c068d3a | merge Merge pull request #16 from dwyl/remove-jquery-update-script-link | Ines Teles <c****e@i****m> | over 9 years ago | |
b4766244 | update Readme to reflect that we are no longer using JQuery or the "Old" Ajax... | nelsonic <c****b@g****m> | over 9 years ago | |
92a702c8 | merge Merge pull request #11 from dwyl/generic-form-handler | Ines Teles <c****e@i****m> | almost 10 years ago | |
07fc8201 | update index.html to use the CDN form-submission-handler.js see: #9 | nelsonic <c****b@g****m> | almost 10 years ago | |
3578af7c | adds explanation of new feature in readme. fixes #10 | nelsonic <c****b@g****m> | almost 10 years ago | |
ef28cd06 | makes form handler generic. see: https://github.com/dwyl/html-form-send-email... | nelsonic <c****b@g****m> | almost 10 years ago | |
50286163 | adds static-server.js for local testing | nelsonic <c****b@g****m> | almost 10 years ago | |
22d963c3 | re-org index.html and add helpful comments | Nelson <c****c@g****m> | almost 10 years ago | |
5a45db26 | update links in index.html to be dwyl | Nelson <c****c@g****m> | almost 10 years ago | |
96347b26 | update id of thankyou_message to avoid type error | Nelson <c****c@g****m> | almost 10 years ago | |
a5e665a3 | move style and script above form | Nelson <c****c@g****m> | almost 10 years ago | |
f1bfff4d | tidy up to simplify | Nelson <c****c@g****m> | almost 10 years ago | |
914b123d | move CSS Styles out of index.html into their own file for clarity | Nelson <c****c@g****m> | almost 10 years ago | |
5bdc5339 | remove jquery form handler. http://youmightnotneedjquery.com | Nelson <c****c@g****m> | almost 10 years ago | |
db25950c | nojquery submission works as expected. removing old code | Nelson <c****c@g****m> | almost 10 years ago | |
ba3d0906 | adds zero-jquery alternative form submission handler script | Nelson <c****c@g****m> | almost 10 years ago | |
d767ef06 | update intro paragraph text | Nelson <c****c@g****m> | almost 10 years ago | |
839a1762 | adds screenshots showing data inserted into spreadsheet. https://github.com/n... | Nelson <c****c@g****m> | almost 10 years ago | |
33b9f781 | adds link to google-apps-script.js | Nelson <c****c@g****m> | almost 10 years ago | |
292b32f2 | still needs some tidying, but almost ready! | Nelson <c****c@g****m> | almost 10 years ago | |
4c620f3a | adds google apps script to store POST data in spreadsheet. closes https://git... | Nelson <c****c@g****m> | almost 10 years ago | |
4c259b0d | adds screenshot of contact form styled with PureCSS closes https://github.com... | Nelson <c****c@g****m> | almost 10 years ago | |
612467f8 | Step 12 - Adds purecss.io to index.html https://github.com/nelsonic/html-form... | Nelson <c****c@g****m> | almost 10 years ago | |
8fd5f25b | adds custom thankyou message https://github.com/nelsonic/html-form-send-email... | Nelson <c****c@g****m> | almost 10 years ago | |
ea86782c | adds jquery-ajax-form-handler.js to keep index.html clean | Nelson <c****c@g****m> | almost 10 years ago | |
2809c787 | adds fully customisable JQuery "Ajax" Form Submission Handler https://github.... | Nelson <c****c@g****m> | almost 10 years ago | |
1d1c6727 | update sample basic google apps script | Nelson <c****c@g****m> | almost 10 years ago | |
09e77a2c | Basic HTML-only version is done. :ship: closes https://github.com/nelsonic/ht... | Nelson <c****c@g****m> | almost 10 years ago | |
49722d7e | adds initial instructions for HTML Only https://github.com/nelsonic/html-form... | Nelson <c****c@g****m> | almost 10 years ago | |
4537d314 | Initial commit | Nelson <c****b@g****m> | almost 10 years ago |