-
Notifications
You must be signed in to change notification settings - Fork 156
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
problem after submit #3
Comments
Hmm. Can you post example of the HTML code that you're using to submit? |
same here this is the html
|
FIXED
PREVIOUSLY "Unfortunately, I have this problem as well."
|
Thanks for the update, Christopher. I'll update the documentation to reflect this finding. |
same error here. Someone help me please :( |
Please share your form code and your spreadsheet headers and I'll take a look |
Ok @Christopher-Force ! The headers are: https://docs.google.com/spreadsheets/d/1NNn8Lxp0nBO7ngCwCJXkGKPT29k1pL2vQ3WK_O4_p5I/edit?usp=sharing while the form code is: SendThank you! |
If you don't use this, your code will disappear 🙂 |
sorry @Christopher-Force, I'm a newbie :) `<form Send ` |
This is an old example of regular html implementation (Not a framework like React) Each of your The Let me know if this helps and if you have other questions! -Chris |
ajax code for not to redirect to another page. means saving from same page not to go next page |
hi a got a same issue
Could you help me? |
@standa006 Check on code from step2 : |
I have same problem |
Finaly i found what is the problem. |
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. |
How can I redirect those who submit the form to a URL on my site? |
I'd try using AJAX to send POST request, and then redirect on success with jquery. |
It works great. How can I set that after form confirmation and sending will be reloaded new blank form? Thank you |
Mine worked perfectly well with the doPost. How do I redirect the form to another .html page, please, @Christopher-Force? |
How do you do that? |
Sorry if my answer seems incomplete, in a rush and wanted to see if I could throw out some quick help. This is a quick piece from an old project. I imported useNavigate so that I'm able to change which page is routed. Highly recommend asking your questions to ChatGPT as they've already helped me code programs by myself that make my work life easier. import { useNavigate } from "react-router-dom"; const subscribeToNewsLetter = (e) => {
} |
Hi, I'm sorry for late response. I'd like to know if you have found a way
around it yet to know if I am to send you the complete steps I took
…On Tuesday, 7 March 2023, Wagner Pires ***@***.***> wrote:
Hey guys, I'm trying to do the same test (with external html), but
restricting access to the domain and it's not working. With an html inside
the google script it works.
[image: image]
<https://user-images.githubusercontent.com/11415665/223450099-5837eb3c-122a-4c8c-a8ee-b39ea60e8224.png>
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZ6ACKOHEZ5ZI4XLLPKNFLW25AH3ANCNFSM5MY37OPQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
when I press submit I see this message:
{"result":"error","error":{}}
The text was updated successfully, but these errors were encountered: