Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added a React version of index.js and form-submission-handler.js #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
autumn-lindberg wants to merge 39 commits into dwyl:add-clasp
base: add-clasp
Choose a base branch
Loading
from autumn-lindberg:master
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a39aedf
Reset the web form on successful submission, fixes #283
mckennapsean Feb 19, 2019
bb43ef9
Add a GDPR note at the top of the README, addresses #217
mckennapsean Feb 19, 2019
c5c75f2
Merge pull request #312 from dwyl/gdpr-tagline
nelsonic Feb 19, 2019
7009d70
Merge pull request #311 from dwyl/reset-form
nelsonic Feb 19, 2019
da0ed64
Remove unnecessary form validation for email
mckennapsean May 26, 2019
6ea59bb
Fixes #321 by adding honeypot spam prevention
mckennapsean May 26, 2019
1ea724e
Merge pull request #327 from dwyl/remove-unnecessary-validation
nelsonic May 27, 2019
798d9c5
Merge branch 'master' into default-to-honeypot
nelsonic May 27, 2019
e5e01a8
Merge pull request #328 from dwyl/default-to-honeypot
nelsonic May 27, 2019
c75dccb
Remove unused validateHuman function (#335)
Jul 28, 2019
b796c01
Fix IE with JS since object keys must be defined but only in IE
mckennapsean Aug 8, 2019
660b8b1
Merge pull request #338 from dwyl/fix-ie
nelsonic Aug 8, 2019
d0750f8
Check for success before clearing form. (#326)
mckennapsean Aug 26, 2019
75921d7
Update README.ko.md
GimunLee Jan 21, 2020
f8653c3
Update README.ko.md
GimunLee Jan 21, 2020
f71b2cf
Update README.ko.md
GimunLee Jan 21, 2020
69eeadd
Merge pull request #354 from GimunLee/master
nelsonic Jan 21, 2020
d25a253
Update README.md
GimunLee Jan 22, 2020
8163d79
Merge pull request #355 from GimunLee/master
nelsonic Jan 22, 2020
05d117c
Update READMD.md
GimunLee Jan 22, 2020
1ec9882
Update README.md
GimunLee Jan 22, 2020
375725d
Update README.ko.md
GimunLee Jan 22, 2020
798c074
Merge pull request #356 from GimunLee/master
nelsonic Jan 23, 2020
ce8152f
Fixing attribute name mismatch (#360)
Feb 29, 2020
81231df
Add portuguese translation and references to português in other trans...
cristianofromagio Oct 31, 2020
2ed6ed0
Apply suggestions from code review
nelsonic Nov 1, 2020
d4c8902
Merge pull request #391 from cristianofromagio/add-portuguese-transla...
nelsonic Nov 1, 2020
f680e85
Add to faq improve on PR 344 (#398)
mckennapsean Feb 7, 2021
ca95429
Update Apps Script editor images & steps
mckennapsean Jan 9, 2022
b6f9006
Merge pull request #420 from dwyl/update-google-apps-script-images
nelsonic Jan 10, 2022
5ea15b7
update & fix readme links
Arhell Jun 15, 2022
a5ed003
Merge pull request #429 from dwyl/upd
nelsonic Jun 15, 2022
4c5d891
update links
Arhell Jun 19, 2022
205dbae
Merge pull request #431 from dwyl/upd
nelsonic Jun 19, 2022
d65ae69
update researching recommendations on user privacy link
Arhell Jun 22, 2022
6b1122f
Merge pull request #433 from dwyl/upd
nelsonic Jun 23, 2022
bae8d5a
initial commit to contribute!
autumn-lindberg Jan 17, 2024
04c2d16
started on validation, stuck on datalist
autumn-lindberg Feb 13, 2024
ba8463e
Merge pull request #1 from autumn-lindberg/validation
autumn-lindberg Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Reset the web form on successful submission, fixes #283
  • Loading branch information
mckennapsean committed Feb 19, 2019
commit a39aedf95daea38e69a08863cb988b6201ddc25b
1 change: 1 addition & 0 deletions form-submission-handler.js
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
xhr.onreadystatechange = function() {
console.log(xhr.status, xhr.statusText);
console.log(xhr.responseText);
form.reset();
var formElements = form.querySelector(".form-elements")
if (formElements) {
formElements.style.display = "none"; // hide form
Expand Down

AltStyle によって変換されたページ (->オリジナル) /