NoahThatsWack / HTML-Form-to-Google-Sheets

How to send data from an HTML form to Google Sheets.
MIT License
8 stars 3 forks source link

Suggestion: Example on how to use JSON to post #1

Open nikhilsh opened 1 year ago

nikhilsh commented 1 year ago

Hi there!

I was wondering if you tried or know how to use post to the google script without using formdata? I need to massage the data in some ways in my JS file and have been trying to post to the google script action URL in various ways but the data doesn't seem to appear in the sheet, but "Date" is being filled out, meaning the data does get sent. I'm suspecting it's a formatting issue.

Appreciate your help!

NoahThatsWack commented 5 months ago

Hey man,

I haven't messed around with javascript in a good minute. I've kinda moved away from web dev into game design/development. I hope you found a solution to your problem. If not, when I have the time I can try and look into it haha.

Best wishes, Noah