problem after submit
See original GitHub issuewhen I press submit I see this message:
{"result":"error","error":{}}
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (2 by maintainers)
Top Results From Across the Web
Problem in form submit through javascript - html - Stack Overflow
problem is with your button name. i have use this its work fine <script type='text/javascript'> function submitForm() { document.theForm.submit(); } ...
Read more >Unable to Submit Form: Please Try Again - Contentsquare
Today I will discuss another major cause of form abandonment – customer frustration. The number one cause of frustration in the online form ......
Read more >Problem with redirection after submit - WordPress.org
I am quite a newbie to wordpress, I want to redirect to post after submit form. //$attr cf7 shortcode attributes to check if...
Read more >Problem at form submit in - Facebook for Developers
Hello, We solved it. It seems that the facebook browser app had a problem with the javascript redirect that was called after the...
Read more >Form Submission: Fix the "Double Submit problem" at ... - GitHub
Some users (mistakingly) double click on submit buttons, or re-click a submit button when a request takes up a long time. This way...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If it’s still not working for somebody: Keep in mind that google uses your native language by default. Before doing the first intialSetup change the sheetName accordingly. Mine was “Arkusz1”, I had to redo all of the steps with this change but after this it worked like a charm.
Another mistake that maybe some people could be doing has to do with the Deployments.
Try to test first your deployment: Deploy > Test Deployment
Copy the URL to your HTML code (<form method=“POST” action=“URL_Test”).
After testing, now you can do the Deploy as in the documentation. Otherwise, every time you change something in your script you has to do another deployment.