DEV Community

Discussion on: Sending data from a HTML form to a Google Sheet

Collapse
 
kaleb profile image
Kaleb Hornsby

In the past I just made a Google form and then from my website just performed a post to the form action of the Google form page.

Collapse
 
ryanjtalbot profile image
Ryan JT

I've been doing the same thing, but I feel like the google form just doesn't look as good as the form I originally coded. But at the end of the day the google form was pretty easy

Collapse
 
kaleb profile image
Kaleb Hornsby

I don't embed the Google form. I look at the names of the form inputs and make my own.

Collapse
 
levinunnink profile image
Levi Nunnink

Interesting idea. Do you need to duplicate the fields in the Google Form and your html form?

Collapse
 
kaleb profile image
Kaleb Hornsby

Yes.