0

I currently have a Google Sheet that automatically calculates shipping cost, product cost, tax, etc -- after the client has entered the quantity, ProductType, PriceCategory, etc.

Now I would like to create a web form (to make it cleaner/nicer for the client) that will automatically update the Google Sheet when the client has filled out the form.

The client likes the automatic dashboards I've set up in sheets, and the fact that multiple people can access it easily, but wants an easier way to fill out the information when an order is made.

How do I make a web form that can update a Google Sheet?

Cosmic Hawk
  • 225
  • 2
  • 9
  • Possible duplicate of [AJAX post to google spreadsheet](http://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet) – Mogsdad Jan 08 '16 at 02:25
  • This is a very relevant question. To bad some force there idea's to this forum, to prevent others can't ask to the questions they think are important for them – Richard de Ree Jul 07 '16 at 06:02

1 Answers1

1

I know it's bad practice to link here, as links can change over time, but google developers has an API that can make calls to google spreadsheets.

Take a look here: https://developers.google.com/sheets/api?hl=en

Srinivas08
  • 974
  • 10
  • 21
Sean
  • 641
  • 1
  • 10
  • 24