-
Notifications
You must be signed in to change notification settings - Fork 906
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
I am using React based form #213
Comments
This is for Gsheets, not Excel, but I hope that is clear. You cannot just post the XHR request unless you parse it first. The JS we include does the parsing and includes a request to the server from the form itself. I am not sure what |
yaa my bad. GSheet :) |
Also, this may help those using React / Vue / Angular / etc., thought you have to make sure our custom JS is in the framework and overrides the form submission button. |
Using React just to submit a simple form is like using a chainsaw to slice bread. |
I am using ReactJS instead of HTML form
but this doesn't seem to work. While sending the data to excel sheet
All attributes are same. The only thing I'm confused b/w is that 'gform' id. I haven't done that. Is that a problem?
When I submit I get an object out which contains data. Now how do it plugin in this data to excel?
The text was updated successfully, but these errors were encountered: