Form Data to Google Sheets

Issues related to forms.
Post Reply
johnsmith0251
 
 
Posts: 301
Joined: Mon Aug 20, 2018 6:47 pm

Form Data to Google Sheets

Post by johnsmith0251 »

Would anyone have any suggestions on how to get form data to Google sheets?
User avatar
BaconFries
 
 
Posts: 5871
Joined: Thu Aug 16, 2007 7:32 pm

Re: Form Data to Google Sheets

Post by BaconFries »

Perhaps the following may be of use, please see the answer given.
https://stackoverflow.com/questions/271 ... preadsheet
johnsmith0251
 
 
Posts: 301
Joined: Mon Aug 20, 2018 6:47 pm

Re: Form Data to Google Sheets

Post by johnsmith0251 »

BaconFries wrote: Mon Jul 18, 2022 8:21 pm Perhaps the following may be of use, please see the answer given.
https://stackoverflow.com/questions/271 ... preadsheet
I really appreciate the advice. I was trying to see if anyone knew a way to do it through the wwb form settings itself. Right now, my thoughts are send data to mysql database and use zappier to shoot it over to google sheets. I can't get the wwb form to mysql database to work right though.

If anyone know's how to do that we'll - i'd be willing to pay for the service.
User avatar
wwonderfull
 
 
Posts: 1558
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Form Data to Google Sheets

Post by wwonderfull »

johnsmith0251 wrote: Mon Jul 18, 2022 9:06 pm
I really appreciate the advice. I was trying to see if anyone knew a way to do it through the wwb form settings itself. Right now, my thoughts are send data to mysql database and use zappier to shoot it over to google sheets. I can't get the wwb form to mysql database to work right though.

If anyone know's how to do that we'll - i'd be willing to pay for the service.
Contact here https://www.wysiwygwebbuilder.com/forum ... hp?t=94810
Last edited by wwonderfull on Tue Jul 19, 2022 7:33 am, edited 2 times in total.
User avatar
wwonderfull
 
 
Posts: 1558
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Form Data to Google Sheets

Post by wwonderfull »

I think I have successfully implemented on how to send WWB Form data directly to Google Spread Sheet without the need to send data to mysql.

But..
You will not get any email notification on your email as the php form script has to be disabled. And no custom success page just a black page saying 'result': 'success' to row 2 with a black page. It uses a script from 3rd party so it is As Is.
tsmallmon
 
 
Posts: 3
Joined: Tue Dec 26, 2023 7:40 pm

Re: Form Data to Google Sheets

Post by tsmallmon »

How did you get it to work?
User avatar
wwonderfull
 
 
Posts: 1558
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Form Data to Google Sheets

Post by wwonderfull »

tsmallmon wrote: Tue Dec 26, 2023 7:41 pm How did you get it to work?
Although it has been 3 years and somehow I dont see my demo work file on my folder which I did you can see from here.
https://medium.com/geekculture/link-you ... 24f0611d82
Post Reply