Hi Sir,
How do I integrate this form posting method with angular 2? Is there any tutorial you can provide ?
Best Regards
Hello @chinha0!
how much experience do you have with Angular 2?
@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 Angular 2 that you need inside the <form>?
(_this tutorial is designed to be "standalone" so you can include it anywhere..._)
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.