Skip to content
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

Closed
asherchew opened this issue Jul 13, 2018 · 5 comments
Closed

How to use/integrate it in Angular 2 #254

asherchew opened this issue Jul 13, 2018 · 5 comments
Labels

Comments

@asherchew
Copy link

Hi Sir,

How do I integrate this form posting method with angular 2? Is there any tutorial you can provide ?

Best Regards

@nelsonic
Copy link
Member

nelsonic commented Jul 13, 2018

Hello @chinha0!
how much experience do you have with Angular 2?

@asherchew
Copy link
Author

@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? :)

@nelsonic
Copy link
Member

@chinha0 what functionality is "managed" by Angular 2 that you need inside the <form>?
(this tutorial is designed to be "standalone" so you can include it anywhere...)

@asherchew
Copy link
Author

actually i followed your tutorial closely (copied the codes over to my angular project) but still doesn't save to the google spreadsheet..

@asherchew asherchew changed the title Integrating with Angular 2 How to use/integrate it in Angular 2 Jul 13, 2018
@mckennapsean
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants