kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Fix Chrome Error #35

Closed thealphadollar closed 5 years ago

thealphadollar commented 5 years ago

[Error] Chrome was not filling out the form or redirecting the user to thank you page after clicking the submit button.

[Reason] This was due to the following two reasons: 1) Button was disable before it's response could be delivered. 2) Redirection was done before the google script returned a HTML success code.

[Fixes] The following fixes were applied for the bugs: 1) Disabling of button was removed since we already turn the button grey after the user has clicked it once. 2) Redirection is now done after form submission is successful.

change severity: high

thealphadollar commented 5 years ago

Merging this right away; I've tested.

cc/ @dibyadas @sangeet259