-
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
How to use/integrate it in Angular 2 #254
Comments
Hello @chinha0! |
@nelsonic I just started learning Angular 2 few months back, and I'm building a web portal for one of my client. I'm still struggling to figure out how I can use this method on angular 2. Do you have any idea? :) |
@chinha0 what functionality is "managed" by |
actually i followed your tutorial closely (copied the codes over to my angular project) but still doesn't save to the google spreadsheet.. |
are you trying to use the provided JavaScript? that can be trickier with angular. did you try making the standalone form first? did that work? there are some simple mistakes people make like not having the spreadsheet tab named "responses" or not deploying it correctly/with right permissions. if you did get that to work, then if you could share a minimal example of just the form inside a small angular project (e.g. a GitHub repo or other code site), then I'd be happy to take a quick look to see what's going on. otherwise it's on my longer term plans to get some examples or at minimum test this in angular/react/Vue to see if anything is worth adding to the tutorial. |
Hi Sir,
How do I integrate this form posting method with angular 2? Is there any tutorial you can provide ?
Best Regards
The text was updated successfully, but these errors were encountered: