How to Automate Data Entry in Google Forms with multiple pages

  Рет қаралды 78,248

Automation Made Easy

Automation Made Easy

Күн бұрын

In this tutorial we would learn:
1. Google script code to automate google forms
2. Google form submission via url parameters

Пікірлер: 604
@Jyotiskaborah
@Jyotiskaborah 8 ай бұрын
Thanks for this video, my job requires me to submit a google form 50-60 times per day. Which have 14 entries in total. I have been doing this filling manually for the last 2 years. I am going to create this script today and I will come back to give feedback.
@techera3563
@techera3563 3 ай бұрын
does it work bro
@zeeiftikhar5284
@zeeiftikhar5284 Жыл бұрын
Thank you. Very helpful tutorial, it works perfectly well. For anyone who wants the script, here you go: function autoEntry() { var wrkBk = SpreadsheetApp.getActiveSpreadsheet(); var wrkSht= wrkBk.getSheetByName("SheetName"); var formURL = ""; var formData = ""; var question1 = ""; var question2 = ""; var question3 = ""; var question4 = ""; var question5 = ""; var question6 = ""; var question7 = ""; var question8 = ""; let noOfRows = 50; for(let i=2; i
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
thnx
@zeeiftikhar5284
@zeeiftikhar5284 Жыл бұрын
@@AutomationMadeEasy please pin the comment so that people can find the script easily and copy it.. 😊
@NewVistaPhoto
@NewVistaPhoto 3 жыл бұрын
Fabulous! You anticipated my questions before I could ask them. Very well done. Thank you!
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Happy to help!
@ajaynagarajan1934
@ajaynagarajan1934 4 жыл бұрын
Excellent Hacks to get the requried ids, saved me time and effort :) appreciate the video!
@YUSIN117
@YUSIN117 4 жыл бұрын
Thank you, you inspired me to learn programming.
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
That's great!
@raktimasensarma82
@raktimasensarma82 3 жыл бұрын
VERY VERY THANKS TO YOU MAN! I HAVE DONE THIS CODE FOR GIVING MY ATTENDENCE IN GOOGLE FORM FOR SCHOOL. ALL THE TIME THE FORM IS CLOSED BY OUR TEACHER AND A PERTICULAR TIME OUR TEACHER OPENS IT AND TOLD US TO GIVE ATTENDENCE. I WANT TO EXCECUTE THE PROCESS ALWAYS 24/7 BUT IT DONT NEED MY COMPUTER TO BE TURNED ON AND THE PROCESS WILL STOP FOR SOME HOURS AFTER IT GOT A SUCCESSFUL SUBMITION AS MY TEACHER WILL CLOSE THE FORM AFTER SOME TIME, SO AFTERFEW HOURS IT SHOULD START AGAIN. SO, HOW TO DO THESE PLZ CAN YOU MAKE A VIDEO OR EXPLAIN?
@lalitseemasoni
@lalitseemasoni 3 жыл бұрын
thanks a lot @Automation Made Easy this is the only video tutorial that i found which works on multiple form section keep teaching us thank you once agin
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Glad it helped!
@roadrangermy4354
@roadrangermy4354 Жыл бұрын
Fantastic video, I love this tutorial. You saved me so much time from manually filling in Google forms. Thank you!
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
Glad it helped!
@fisher30011987
@fisher30011987 3 жыл бұрын
Hi Thanx for this video, its very helpful, if possible please post a video on conditional branching google forms too...im not able to automate a google form having conditional branching on it
@palanatikarthik2669
@palanatikarthik2669 3 жыл бұрын
How to write code for checkbox questions?? Like you did it for hobbies... what if someone has 2 hobbies?
@PURIANS3
@PURIANS3 4 ай бұрын
After column g your formula is not working so how we work upto O column
@jaysonmanadong1421
@jaysonmanadong1421 4 жыл бұрын
It's not working with me every time I tried to rerun the script this message pops up Exception: Request failed for docs.google.com returned code 404. Truncated server response:
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Format all data as plain text and try
@emanueke29
@emanueke29 4 жыл бұрын
Same problem
@A7XGaming
@A7XGaming 4 жыл бұрын
@@AutomationMadeEasy same problems
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
@@A7XGaming share your form url, script and google sheet
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
@@A7XGaming + is missing before tempatL Format all the data as plain text and re try
@dishatomar4707
@dishatomar4707 2 жыл бұрын
Hellow sir, thankyou so much for the great video but I am facing an error.... The options that you showed in radio button were single word options. My options have space inbetween, how to deal with it please reply!!!! Options which have space are not accepting replies and rest are accepting... What to do sir??
@liorpr
@liorpr 4 жыл бұрын
Great video, can you add the code to description to avoid typo..
@taarala8136
@taarala8136 2 жыл бұрын
Hello sir, I've watched your videos on KZbin. This is in regard to google forms. I have to enter a large amount of data in the google forms. Is there a possible way to do that. I do not have access to google forms settings it is protected. Waiting for your reply, sir.
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
i need to see the form to suggest a solution
@taarala8136
@taarala8136 2 жыл бұрын
@@AutomationMadeEasy how do I send you all the details, sir ?
@PrasanKus
@PrasanKus 3 ай бұрын
very helpful video sir keep posting such amazing stuff Excellent and well done What if we have dynamic UI elements which means is time field values shuffle and after every refresh name value is also change. Please help me with this problem.
@narutouzumaki-lt3uv
@narutouzumaki-lt3uv 3 жыл бұрын
If anyone got "Invalid Arguments" try to check which line that contain the invalid arguments. If its pointing to the UrlFetch, put this in your script: var finalURL = formURL + formData var urlEncoded = encodeURI(finalURL) var options = { "method" : "post" }; UrlFetchApp.fetch(urlEncoded, options);
@subhankhan9563
@subhankhan9563 3 жыл бұрын
I'm getting ReferenceError: encodeURL is not defined What can be done?
@javiera.palaciosc1515
@javiera.palaciosc1515 3 жыл бұрын
Thanks broth for your answer, I did that but now I have this error exception: request failed return code 401. Truncated server response. Do you have any Suggestion?
@javiera.palaciosc1515
@javiera.palaciosc1515 3 жыл бұрын
@@subhankhan9563 Thanks broth for your answer, I did that but now I have this error exception: request failed return code 401. Truncated server response. Do you have any Suggestion?
@jedzkisiel
@jedzkisiel 3 жыл бұрын
bro u are god of google forms. no other way was that easy as this one. chapeau bas!
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
thnk u
@yashmayekar_MIS
@yashmayekar_MIS 4 жыл бұрын
Awesome tutorial bro, I have good experience in Excel macros, but really never before imagined this will happen in Google sheet too. this video and obviously gonna grow very fast. And Bro your teaching skills are awesome. thank you for this video. best of luck!
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Glad you liked it
@parabbmishraa
@parabbmishraa 3 жыл бұрын
very helpful video sir keep posting such amazing stuff Exellent and well done
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
So nice of you
@marstar5993
@marstar5993 3 жыл бұрын
it helps at minute 8:10, when I put inspect I don't get "name =" entry "
@avdheshjoshi4977
@avdheshjoshi4977 2 жыл бұрын
same
@ajithvictor7154
@ajithvictor7154 3 жыл бұрын
i faced problem Error Exception: Limit Exceeded: URLFetch URL Length. how to solve this error 100 entries i have .
@dinomug8469
@dinomug8469 3 жыл бұрын
Any way you can put the code in the description of the video
@4funrc11
@4funrc11 10 ай бұрын
👍 Awesome! The only thing that would be better is you having all the code downloadable. (hint, hint)
@hrispar4874
@hrispar4874 3 жыл бұрын
Hi i try this at another site and doesnt work. Is it only for Google forms? can i use it at any site with froms with a submit button?
@nayanjyotirabidas622
@nayanjyotirabidas622 7 ай бұрын
Thank you very much for creating this wonderful video 🙏
@AutomationMadeEasy
@AutomationMadeEasy 7 ай бұрын
Glad you liked it!
@shree12333
@shree12333 Жыл бұрын
I have one scenario where in sheet i have two columns - one is containing Id and other is containing Name . So I select ID in one field then wanted name in next field automatically and in disabled mode
@gabrwy1990
@gabrwy1990 4 жыл бұрын
First of all I would like to thank you for that magnificent tutorial. It is a piece of Art. Secondly, I have a question and I hope you answer me "What should be written to select multiple values in the questions with check boxes answers ?"
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Thanks, you have to just keep appending the name property with the value: name.654646=Reading&name.654646=Writing
@gabrwy1990
@gabrwy1990 4 жыл бұрын
@@AutomationMadeEasy Thank you. It works well but I faced another issue. In order to be 100% sure of the output, I created an identical copy of the google form that I am submitting the data on and tested the method on the version I created. It was found that "Response receipts" option is enabled and I get error "There was a problem submitting your response" when using the link although that error solved when "Response receipts" option disabled. Pleas help how can I solve this issue
@yashmayekar_MIS
@yashmayekar_MIS 4 жыл бұрын
@@gabrwy1990 show your code here, I also faced same problem, try to correct where is "pageHistory"
@migsnaval
@migsnaval 2 жыл бұрын
@@yashmayekar_MIS same happening with me - response receipts enabled so method doesn't work. Any solutions?
@migsnaval
@migsnaval 2 жыл бұрын
did you figure it out? same thing happening with me
@MZgamingYT
@MZgamingYT 11 ай бұрын
how to find the entry number of multiple choice, like Facebook, KZbin, TikTok and you should choice only one
@javierdelcarpio8976
@javierdelcarpio8976 Жыл бұрын
nice tutorial however I have an error in UrlFetchApp.fetch(finalURL, options);
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
whats the error description? Is it an open form or you need to login to access it?
@marwandarwish6513
@marwandarwish6513 4 жыл бұрын
When I paste URL i get this error: "Sorry, unable to open the file at this time." Anyone knows why or how to fix? Thank you for the video
@epoldgr8920
@epoldgr8920 3 жыл бұрын
I need help with this also
@TechnoEveryday
@TechnoEveryday 2 жыл бұрын
Will it work for forms which requires email authentication?
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
no. only open forms
@ericdahlgren3588
@ericdahlgren3588 3 жыл бұрын
I was wondering if you had any advice on finding the name property for a time entry?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Enter the time in the field (example 10:19) and serach for 19 in the developer window you will find the name property.
@robloxianfilipinocsgcars
@robloxianfilipinocsgcars 4 жыл бұрын
I can't find that "name=" part in the code. 8:35
@swarnasurya3853
@swarnasurya3853 4 жыл бұрын
Same here
@pizzagarden1025
@pizzagarden1025 4 жыл бұрын
i tried an alternative way, instead of finding for name manually , press control+f, a very small search box will open at the bottom or right (depending on where your inspect console is) and search for "entry." dont miss the . at the end, you will get a list of all questions together, its in the order of questions u have in the sheet. also if u input any data in the form, the result will come in front of these numbers, im sure this will resolve any issue
@pizzagarden1025
@pizzagarden1025 4 жыл бұрын
@@swarnasurya3853 refer to my reply below
@divyarajchauhan9876
@divyarajchauhan9876 4 жыл бұрын
@@pizzagarden1025 don't find it
@divyarajchauhan9876
@divyarajchauhan9876 4 жыл бұрын
Same
@shawstack
@shawstack 3 жыл бұрын
when the forms generates random questions or random slots??? please?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Rabdom questions are genrally based on answers to previous questions so it needs to be programmed based on the different scenarios with advanced programming logic
@ahmedhakeem8476
@ahmedhakeem8476 2 жыл бұрын
Hi sir Can you help me pleae? I work this code but shows this error Exception: Request failed for returned code 404. Truncated server response:
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
there could be multiple reasons behind the error. Incorrect data format could be one of the reasons. Format all data as plain text and try
@ahmedhakeem8476
@ahmedhakeem8476 2 жыл бұрын
@@AutomationMadeEasy i did all this can i send urls google form and sheet for you and solve it please
@ahmedhakeem8476
@ahmedhakeem8476 2 жыл бұрын
@@AutomationMadeEasy 👏
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
ok share
@yohanesphilis5958
@yohanesphilis5958 4 ай бұрын
nice video, but what if you dont want to submit it, like what would you do if you just wanted to fill out one form, and then you can manually check it and then submit it on your own, how would you do that?
@AutomationMadeEasy
@AutomationMadeEasy 4 ай бұрын
not sure about that, but we could implement a number of checks before the form is submitted to ensure correct submission
@justaditya678
@justaditya678 Жыл бұрын
thank you brother, i have question. How about if that input type is a file ? how to do auto entry file ?
@laluhabibsasiwimba8610
@laluhabibsasiwimba8610 4 жыл бұрын
Sorry, I can't find the name="entry.xxxxxxxxx" in the inspect when i inspect the text box.. maybe google form was hidden that thing?
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
refer to the section where dropdown is explained. Apply same logic for text boxes. You will find name property
@sarveshpoddar5360
@sarveshpoddar5360 3 жыл бұрын
@@AutomationMadeEasy not able to find name property even after using the trick from dropdown section. I tried searching for the word "entry" also, and there is just one search which has "_sentinel". Can you please guide?
@adminasjb2815
@adminasjb2815 Жыл бұрын
Hi, Nice tutorial but I cant find my each data entry my element is
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
manually input some data in the text field and search the same data in the developer window, you will find the element id
@kevinnichols9836
@kevinnichols9836 2 жыл бұрын
How can I split a column with text separated by commas and automatically have it duplicate into rows. For instance: Lot #1,Lot#2, Lot#3 (I want to make each Lot into its own row while keeping or copying data in all other columns).??
@a2zhotelsolutions207
@a2zhotelsolutions207 3 жыл бұрын
hello there is a google form that opens for a limited time. is there any way to prefill that thru excel so that I can fill that form.
@SapnaSud
@SapnaSud Жыл бұрын
How do you upload the multiple choices into the form, if the answers are of more than 3 words?
@badaYang
@badaYang 3 жыл бұрын
Thank you for the great video. At 12:39, you have multiple options, but later in the video, all the values from the spreadsheet are shown as a single choice at 19:43. How do you upload the multiple choices into the form?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
you have just keep appending with the value which needs to be selected: name6464612=Sports&Name98879=Reading
@sivabalanshanmugam7387
@sivabalanshanmugam7387 Жыл бұрын
Really Really fantastic
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
thnx
@m.aryankurniawan9353
@m.aryankurniawan9353 2 жыл бұрын
Hello, the codes can't recognize ">" and " 40 years" text. Can you help me explain please? Thx
@xiaowang9255
@xiaowang9255 2 жыл бұрын
How to input # in form?for example abcd#1234. It only shows abcd, value disappear after #
@sanbidrc
@sanbidrc 3 жыл бұрын
For large forms, the method of embedding values In URL isn't working. Can you help me?
@Worth_wattching
@Worth_wattching 4 жыл бұрын
i prepared all script bt when i am trying to run that script its giving me error saying ""Exception: Request failed for docs.google.com returned code 400. Truncated server response:
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Format all the data in the sheet as Plain text and try
@Worth_wattching
@Worth_wattching 4 жыл бұрын
@@AutomationMadeEasy Thank you for ur reply nd i am sorry to bother u again now my script is running and form also receiving responses but no data is filling in form.. blank form is submitting
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Need to see ur form and code.
@Worth_wattching
@Worth_wattching 4 жыл бұрын
@@AutomationMadeEasy plz share me your email id i ll share you form and sheet .. you can charge me whatever your fee is
@mantivi4087
@mantivi4087 4 жыл бұрын
I fixed it, you add formurl="[your link google form]/formResponse?pageHistory=0" and done
@girishchincholikar
@girishchincholikar 4 жыл бұрын
Good one. Everything is clear. Just one quick question. How will the code look if select 02 options of checkbox ?
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
You have to just keep appending entry.895674=Sports&entry.895674=Music
@sanketghoman8102
@sanketghoman8102 2 жыл бұрын
Bro but my Google forms are not in one ascending order they are changing after one submission will it work on that also pls reply?
@gopinathkaki5982
@gopinathkaki5982 3 жыл бұрын
i don't know why all the responses are null (no response with empty) tried the same as per the video please help me it helps me lot since i have to enter the question wise marks of each and every student in the google form (i have to fill the same form for 60 times)
@gopinathkaki5982
@gopinathkaki5982 3 жыл бұрын
got it error in last line... UrlFetchApp.fetch(finalURL,options);
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
great.. hope it saves your time :)
@santhivenkatraman3355
@santhivenkatraman3355 3 жыл бұрын
here if any mobile number got auto submission (eg:9923882843) but in form it showing as (9.13E+09), inspiteof declaring that variable as (var)key word,what keyword should i use for mobile number ??
@sezzor
@sezzor 3 ай бұрын
How to set time through this sir..i can set AM and PM please help
@amamrbc527
@amamrbc527 3 жыл бұрын
Thanks a lot 🙏 for such a awesome video. I have one another request that is How to write script for uploading photo. Because sometimes we have to upload photos.
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
not feasible using this technique but you can use alternate approach explained in below tutorial: kzbin.info/www/bejne/nWjbgKqrocuqgZI
@ictdirector7892
@ictdirector7892 2 жыл бұрын
It seems Google have hide the "name" tag from the form. How can I get it back or what's the next method?. Good job
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
in the same tutorial refer the section where dates,dropdowns and radiobuttons are handled you will get the field id
@mdhare1515
@mdhare1515 2 жыл бұрын
hello, need your help to create a dependent dropdown in *google form* in 1 single section,using data or dependent dropdown menus from a google sheet. please guide me or if possible make a video on it. P.S : Don't want to use logic based section shuffle or *form ranger* or *cascade formatting*. thanks in advance
@klakshmireddy4
@klakshmireddy4 3 жыл бұрын
I am a teacher. In a question paper,there are 2 sections partA & partB. In partA,35 questions given & all questions attempted. In partB, 15 questions given only 10 questions must be answered. Therefore overall 45 questions need to be attempted. Each questions carries 4 marks hence total marks 180. Which add on should I use. Please suggest
@aidsreeharsha
@aidsreeharsha 3 жыл бұрын
Thank you for video and also support for creating my sheet.
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
No problem
@LearnersClasses
@LearnersClasses 3 жыл бұрын
thank you so much . EXCELLENT TUTORIAL .
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Glad you enjoyed it!
@umeshbasnet7598
@umeshbasnet7598 Жыл бұрын
Hi, I am not able to see the entry number as it is showing "Required dir="auto" in place of "name""entry.142" in your example?
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
type some text in any field and search for the same in the developer window you will find the id
@vb6328
@vb6328 Жыл бұрын
Good day, it is very helpful however I can't find the name then entry when I click the inspect. Hope you will respond to my question sir.
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
populate any text field in the form and search the text you populated in developer window you will find the field id
@mohamedhanysalaheldeenzahe1814
@mohamedhanysalaheldeenzahe1814 3 жыл бұрын
the resulting URL is too long for URLfetch to use, and i don't know how to fix it, can you help?
@ayushsarawgi7794
@ayushsarawgi7794 3 жыл бұрын
Thank you very helpful! how do we also automate file upload in the same form ?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Not possible
@tamerruhioglu9710
@tamerruhioglu9710 Жыл бұрын
Thanks for the amazing video, is it possible to edit or update any field as well? example update a person's age How can I reach you urgently?
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
write into info@automationandagile.com
@abhishekmishra9201
@abhishekmishra9201 Жыл бұрын
Sir Any video tutorials for autofilling a webform by uploading data in excel..?
@he_vyas
@he_vyas 3 жыл бұрын
How can we pass multiple value in spreadsheet column for multiselect checkbox.in ur example how can u pass both reading,singing?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
you to jisy keep appending & entry.54646=Singing&entry54646=Sports
@sharafmehdi8579
@sharafmehdi8579 2 жыл бұрын
I'm unable to find the entry id. When I write something in text field and then look up to inspect I only get this : here Rahul is the text I've written Please help
@swapnilthorat6624
@swapnilthorat6624 2 жыл бұрын
Same happen with me.
@sharafmehdi6285
@sharafmehdi6285 2 жыл бұрын
@@swapnilthorat6624 I got the solution for it.
@swapnilthorat6624
@swapnilthorat6624 2 жыл бұрын
@@sharafmehdi6285 please share
@sharafmehdi6285
@sharafmehdi6285 2 жыл бұрын
@@swapnilthorat6624 If you created that form, you can get a pre fill link so generate a pre fill link and the entryid is given in that generated pre fill url.
@swapnilthorat6624
@swapnilthorat6624 2 жыл бұрын
@@sharafmehdi6285 lot of thank you bro...
@sanjayuchgaonkar8077
@sanjayuchgaonkar8077 2 жыл бұрын
Hello sir,In my form all the entries are having same value so how to distinguish while creating code?
@mithunpr9888
@mithunpr9888 3 жыл бұрын
Hey there. Thanks for the insight. What if I have a dynamic row? say for example if I add data till row 17, how to auto update? Thanks in advance
@shashankshirke3689
@shashankshirke3689 2 жыл бұрын
Thanks for such helpful video Sir. How do we print 6% in answer .
@shashankarya7291
@shashankarya7291 3 жыл бұрын
What if we want to add a new row and not give a specific row number in var code, instead it should get updated when we add new row with new data.
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
use while loop. Check if the Column A data is blank or not. assume column A data is represented by variable fname while (fname != "") { //code }
@namename5156
@namename5156 3 жыл бұрын
Very nice tutorial
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Thank you! Cheers!
@peilyntan9377
@peilyntan9377 3 жыл бұрын
I have an error stating [Saved Progress It looks like there's a more recent draft of your response. Update to your latest draft to pick up where you left off. ] May I know how I resolve this?
@leofrancisco9708
@leofrancisco9708 2 жыл бұрын
- Click update - Find and click on clear form - Retry It worked for me when I was doing one.
@rezaibrahim8285
@rezaibrahim8285 3 ай бұрын
HELP ME Brother. my question until nine pages. why my response just one page? explain me brother
@shivprasadkale8404
@shivprasadkale8404 4 жыл бұрын
Hi! This is nice tutorial, saved my lots of time. I have a query regarding "other:" option in multiple choice or checkbox. how to script it? we need to describe in "other" space
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
Thanks, you have to just keep appending the name property with the value: name.654646=Reading&name.654646=Other
@shivprasadkale8404
@shivprasadkale8404 4 жыл бұрын
@@AutomationMadeEasy I Get it , thank you, you made it too easy for non coder!!
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
glad you found it helpful
@auto-diciplime237
@auto-diciplime237 2 жыл бұрын
Thank you very much sir
@piponaja
@piponaja 4 жыл бұрын
I have 1 question for the google form which has a conditional web page. For ex. if there is 2 radio button on 1st page, the 1st answer will direct to page 2 and the 2nd answer will direct you to page 3. How can I automate them? I have tried with your tutorial but after entering in chrome, the form is not submitted successfully.
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
the form response url will have different pages depending on the option to be selectd. So using 'if' statement that can be achieved.
@piponaja
@piponaja 4 жыл бұрын
@@AutomationMadeEasy Hi, thx for the reply. My problem is you mention the page history in html parm, but I dunno how to get the page number in code page. Please guide me.
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
I need to see the form and sample data to suggest a possible solution
@coolsam4044
@coolsam4044 Жыл бұрын
i have last option in form option for image upload how to setup?
@angechaplin8721
@angechaplin8721 2 ай бұрын
Thank you sir !
@AutomationMadeEasy
@AutomationMadeEasy 2 ай бұрын
Most welcome!
@jameso.akinsiun2951
@jameso.akinsiun2951 2 жыл бұрын
Thanks for the amazing video, is it possible to edit or update the Timestamp as well? How can I reach you urgently?
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
i replied to ur email
@tungmatto
@tungmatto 4 жыл бұрын
Hi, with question can have more response, so How i can code ?
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
you talking about checkboxes?
@sriganesht4030
@sriganesht4030 4 жыл бұрын
Hi, this is wonderful tutorial. I have a web page that requires multiple entries. I have the requisite data in an excel sheet. However, I do not want to submit the data in one go(after submit i dont get to edit it). There is a save draft option next to the submit button which i would like to use for trying the code before submitting. Is there a similar function from MS Excel to web pages and not just google forms.
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
you can take the approach explained in below tutorial: kzbin.info/www/bejne/Y3i4qGVomsiFras
@shivangdubey4461
@shivangdubey4461 4 жыл бұрын
Hey, is there a way to do this by using some other attribute than name? The form 'm trying to fill doesn't have a name attribute in its fields
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
use the same technique as explained in the tutorial for dropdowns
@guuday2all
@guuday2all 3 жыл бұрын
Thanks so much! How do i display multiple say 100 records in each page and do pagenation like this comments or any e-commerce site.
@gautampatel1565
@gautampatel1565 3 жыл бұрын
hi could you tell us how to fill in the email id in such forms...it seems to under some "auto" function and has NO entry code for it...please help..thanks
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
if the form is restriced to a specific domain, this approach wont work
@GajendraAudichya
@GajendraAudichya 3 жыл бұрын
Hi man how to do it when the data type is multiple choice choice grid in Google form
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
process will remain the same. identify the respective entry id and use it in the script
@vineetsinghal7546
@vineetsinghal7546 3 жыл бұрын
Hi When I am running the code , it only stores the last row on Google form , what mistake I may be making?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Check if page history in the url has correct page numbers and make sure page number for 1st page is 0 in the url. Also check if the spellings and cases for the fields where options are to be selected are correct.
@Econotrix
@Econotrix 4 жыл бұрын
Thanks . But how to autofill D.O.B. and Gender on the basis of Name of the Person, when this data is already available on another sheet. Thanks
@AutomationMadeEasy
@AutomationMadeEasy 4 жыл бұрын
its explained in the video
@joaofreire6451
@joaofreire6451 3 жыл бұрын
Thank you for the video! It really helped! But I still have a doubt, I need to attach a file to each answer. It's possible? How can I automate this?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Have never tried file uploads with this approach but you can use an alternate UI based approach explained in below tutorial: kzbin.info/www/bejne/bZKbeqKcpqeBpZY
@SapnaSud
@SapnaSud Жыл бұрын
I am not able to see "name property" in my google form. I can only find the values as (aria-describedby="i2 i3"). can you please help me here.
@AutomationMadeEasy
@AutomationMadeEasy Жыл бұрын
enter some value in the field and search for the entered value in developer window you will find name property
@Worth_wattching
@Worth_wattching 4 жыл бұрын
goog video small suggestion.. u can avoid noting all name id just by using pre filled link also can u share script
@ho..mukattekurunoka..8301
@ho..mukattekurunoka..8301 3 жыл бұрын
clear explanation, thank you so much
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
You are welcome!
@olivertorrez5256
@olivertorrez5256 3 жыл бұрын
will the the automate data entry work for another pages ? or just google forms?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
The approach explained in the tutorial is applicable for google forms only. For generic auto data entry you may refer below tutorial: kzbin.info/www/bejne/d3bTYYybnthsd68
@danielt.2474
@danielt.2474 2 жыл бұрын
Hello. It's a really nice tutorial. I got error when executing the code (line 22 in your example) stating "Cannot read property 'getRange' of null". Why did this error occur? How do I fix this? Thank you in advance.
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
check if you are trying to read data from a blank cell.
@muhammadnabeel1011
@muhammadnabeel1011 2 жыл бұрын
i am unable to find name entry for linear scales
@gustykraken
@gustykraken 10 ай бұрын
my script is running to completion but nothings happening
@mds1655
@mds1655 2 жыл бұрын
Sir please help me from last 3 month i cant get form field name by inspecting that is like entry.1245564 not found
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
Enter some value in the form field and search the same value in the developer window you will find the entry name
@mds1655
@mds1655 2 жыл бұрын
@@AutomationMadeEasy sir i have tried like this too... Sir please check once and reply sir... You are my god... I want this project please sir... Can you please provide your mail address plz
@AutomationMadeEasy
@AutomationMadeEasy 2 жыл бұрын
info@automationandagile.com
@mubarismansoor566
@mubarismansoor566 2 жыл бұрын
I am getting a page not found error .. can you please help ?
@jedidiahjesse6903
@jedidiahjesse6903 3 жыл бұрын
Fantastic Video. May I ask how do you populate 2 different checkboxes ( for Sports ) for a single response in the spreadsheet?
@AutomationMadeEasy
@AutomationMadeEasy 3 жыл бұрын
Put the booes as comm seperated in the spreadsheet for eg Sports,Reading Some prograaming would be needed to split each hobby and then must be put in the url
@jedidiahjesse6903
@jedidiahjesse6903 3 жыл бұрын
@@AutomationMadeEasy Thank you! In addition to that question, may I know how do u give a random string in the "Others" for listitems? Ive found two separate name values, one with other_option_response and the other with numbers. Tried passing in value to other option response but no luck ie A B C Others: ___
How to create a data entry form in Google Sheets [with multiple databases]
14:52
Form in Google Sheets | Data Entry Form
13:35
raksrahul
Рет қаралды 10 М.
Worst flight ever
00:55
Adam W
Рет қаралды 38 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 16 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 11 МЛН
How to Generate Automated Invoices for your Business? | Kewal Kishan
18:01
Kewal Kishan - Automate Business
Рет қаралды 63 М.
Create a data entry form in Google Sheets
8:19
hay kel
Рет қаралды 28 М.
Google Forms - Formulas in Sheets That Autofill with Submit
17:03
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 223 М.
How to combine AppSheet with Apps Script - Video tutorial
11:14
Google Workspace Developers
Рет қаралды 42 М.
Worst flight ever
00:55
Adam W
Рет қаралды 38 МЛН