Thank you for the excellent tutorial. For those who need to receive all fields from the Google Form via email, simply paste the script shown in the video into ChatGPT and specify which fields you need adapted (e.g., Field 1, Field 2, Field 3, etc.). I did that, and it worked very well.
Great video! Just a question from a person that has zero knowledge on scripts and programing. The code that you provide is all good to go? just copy-paste? I understand that i have to copy-paste my form ID, but other than that, do i have to copy-paste something else?
Hi and thanks for this and other , in my case I want to add more than form title and From Name, how to code extra information into the email, I have tried but not successfully
@@ChrisMacPresents Hi there, I am interesting to get the part of the code that can provide the forms answers in the email notification. Can you help me with that ?
@CodeWithCurt which code should i use instead of lastResponse to receive information of all my forms responses? ( Not of all submitters, but all the answers from my last submission) Kindly asking 🥲
Hello I am trying to create a booking system with google form and google sheets, I have a problem with being overbooked, is there any way for the option from google form automatically deleted when the cell on google sheets for the date shows 0.
how do I add a verification button to an email to my customer? I want to send an email for a scheduled job and I am looking for an approval from the customer with a yes or no button that will auto reply to the message I sent.
Is there any way for a customer find previous purchase details using invoice no and contact no…. Using webapp ….kind of invoice he could fetch it at home
Hi. Could you please tell how can push this GForm submission into google tag manager dataLayer? I also would like to know how to push the event to Meta Pixel.
Hey can we get in touch over email? I need help for the same thing but need to attach a pdf too. Which is created with details filled via form. I did write the code but it is sendi mails to everyone when triggered by only one
Hey! I'm looking for a way to flip the columns and rows - transpose in forms script, I've tried a lot, there's always something that goes wrong. Could u help pls?
Thank you for the excellent tutorial.
For those who need to receive all fields from the Google Form via email, simply paste the script shown in the video into ChatGPT and specify which fields you need adapted (e.g., Field 1, Field 2, Field 3, etc.). I did that, and it worked very well.
can you write example for questions and answers (I have 4 questions and answers)
This was such a great help! Thanks!
but what happens when I want to include all the questions answers in the notification?
awesome, more people should find you, Good Job
This videois very helpful thanks.
Thank you so much.. this is exactly what I was looking for, to get responses from my form. Truly appreciated.
Thanks! your video was a great help!
Thank you for this!! Question, where did you find the google script. I can't find it to copy 😞
Follow the website in the video description. Scroll down and you'll find it on the blog below the embedded video
at 2.11 going into the video - you copy a code into the Appt Script. But you failed to mention how we get that code to copy in?
Did you ever figure out how to do it? That little nugget would be great to know without having to look it up.
@@kevinwilkins825 Link to code is in video description
This is really helpful. Thanks a lot!
Thank you! 🧡
It's working! Thank youu
Great video! Just a question from a person that has zero knowledge on scripts and programing. The code that you provide is all good to go? just copy-paste? I understand that i have to copy-paste my form ID, but other than that, do i have to copy-paste something else?
Thank You
Hi and thanks for this and other , in my case I want to add more than form title and From Name, how to code extra information into the email, I have tried but not successfully
what should I do I want to add multiple emails to receive the notifications?
Thank you very much
This was great, TY! Though, what is the code to add the Answers into the body of the email?
Plugged this into chatgpt and it helped me figure it out
@@ChrisMacPresents Hi there, I am interesting to get the part of the code that can provide the forms answers in the email notification. Can you help me with that ?
@@ChrisMacPresents you just saved me thanks!
Pls advice. If I need to add email to send and more answer to send to email.
Wait you did that so fast, where did you find the Google app script code to copy. Mines is blank
Do you have an option to send an email to the respondednt ?
@CodeWithCurt which code should i use instead of lastResponse to receive information of all my forms responses?
( Not of all submitters, but all the answers from my last submission)
Kindly asking 🥲
Hello I am trying to create a booking system with google form and google sheets, I have a problem with being overbooked, is there any way for the option from google form automatically deleted when the cell on google sheets for the date shows 0.
how do I add a verification button to an email to my customer? I want to send an email for a scheduled job and I am looking for an approval from the customer with a yes or no button that will auto reply to the message I sent.
It worked
Thanks
Good Video. Where do I find add script code?
I can't open the script page from the form?
I wanna know plz how can I manage to receive all the form answers not only the name but all the responses by mail notification. Someone can help ?
Is there any way for a customer find previous purchase details using invoice no and contact no…. Using webapp ….kind of invoice he could fetch it at home
Once you go to script editor you don’t show us how to copy and paste the information provided to start the email process
The code is in the link in the description of the video
Umm actually I tried given code but did not received email notifications?
Hi. Could you please tell how can push this GForm submission into google tag manager dataLayer? I also would like to know how to push the event to Meta Pixel.
awesome
Hey can we get in touch over email? I need help for the same thing but need to attach a pdf too. Which is created with details filled via form. I did write the code but it is sendi mails to everyone when triggered by only one
it would be easier to add a link to your website containing the pdf and then add the link to the body of the email
Hey! I'm looking for a way to flip the columns and rows - transpose in forms script, I've tried a lot, there's always something that goes wrong.
Could u help pls?
you would need a simple loop and a list
just cycle through the item.Responses and append at each step to the new list
Exenlent