Google Forms - Populate Options on Questions From Google Sheets

  Рет қаралды 70,808

Code With Curt

Code With Curt

Күн бұрын

Пікірлер: 64
@crisbartlett3088
@crisbartlett3088 2 жыл бұрын
Thanks! I've watched several of your videos and can't thank you enough! Especially grateful for the copies of the script you provide. For a non-tech person, this has saved me not only time but $$. Much appreciated.
@Nucklechose
@Nucklechose 2 жыл бұрын
This is my first foray into using app script. Although I have fair amount experience with formulas, I have no background in programming. I run a remote family movie night and wanted to speed up the process of weekly voting. This was a great walk-through! Thank you
@JenniferScottEdTech
@JenniferScottEdTech 2 жыл бұрын
This code is fabulous! I am working from a spreadsheet that creates the Form. With your code and a few modifications, I now can make updates from a Sheet to a Google Form. The text questions are static but the lists can change thanks to your code. Thank you for the tutorial and inspiration.
@collinfarrell2339
@collinfarrell2339 2 жыл бұрын
Thanks Kurt! This was fantastic! I've been working on updating my budget, and this let me set up a form I can fill out when I'm making purchases when I'm out and about so everything stays tracked and feeds back into my budget... I was not looking forward to updating the form every time I added something to the budget itself! My mind is turning over all of the use-cases for this!
@kaributworldtz
@kaributworldtz 2 жыл бұрын
This is such a clever way to manage this by matching question title to header rows! Thank you for your contribution to humanity good sir. For anyone that gets the duplicate choice error, there are probably rows in your spreadsheet that appear blank but have spaces in them (mine was due to using an array formula to populate the list).
@jayasri-ft8040
@jayasri-ft8040 2 жыл бұрын
Hi. Good morning, there is no words to praising you. Very good. Thankyou.
@TheDervMan
@TheDervMan 2 жыл бұрын
I've not seen it done that way before, very neat 👍
@huhummmmmmm
@huhummmmmmm 8 ай бұрын
Can you populate the form further down based on user selections in multiple questions above?
@sahraj78
@sahraj78 2 жыл бұрын
Hello sir thx for sharing the code.. plz suggest how to use drop down, multiple choice and check box using in same form.. then what will be the procedure
@marythomas6478
@marythomas6478 8 ай бұрын
Oh my gosh! It worked! Thank you very much.
@H-do8tr
@H-do8tr 2 жыл бұрын
Good! But how can I make a searchable drop down list?
@goochiebrooks8911
@goochiebrooks8911 2 жыл бұрын
Can you have a set of questions to populate based on the response from a drop down list?
@EvanEhrenberg
@EvanEhrenberg Жыл бұрын
Very helpful, thank you for creating this guide.
@toptrendingbestviralcurate2173
@toptrendingbestviralcurate2173 2 жыл бұрын
One of the most useful contents in KZbin 👏👏👏👏. Btw I wanna know what commands are used for checkboxes in forms
@ronvynzerdevera2547
@ronvynzerdevera2547 4 ай бұрын
Nice! Thank you. Is there a way i can apply this on dropdown questions?
@avelosansage-thonon9507
@avelosansage-thonon9507 Жыл бұрын
This fantastic, great !!! When I first tried it, it worked right away, but as I add items in my spreadsheet the form no longer updates when I refresh the page. I then returned to the video and realized I first missed the part in which you are saying it requires a different code if the question is not multiple choice. Even if I put the question type back to multiplechoice it does not update the list. I understood it's because of the question type by looking at the execution logs, i changed back to multiplechoice and it's working again. Could you tell me the code for having this work for a drop down list? Thanks in advance. Alexandre
@peterpoggi
@peterpoggi 29 күн бұрын
hi Curt, I'm an old VBA script programmer, but new to Google forms and sheets. Do you have an example of how to populate a dropdown that would display say three columns of sheet data? I need to create a voting ballot where the user could select their apartment number from a list that shows their apartment number, owner name, and number of votes they have.
@BowenSQP
@BowenSQP 2 жыл бұрын
I would second the comment below- could you please share the code for populating a spreadsheet to a check box or other form question set-up?
@hectoraguilar6111
@hectoraguilar6111 Жыл бұрын
Hi Court, great video. Could it be possible to fetch the options into a short-answer field as the person types? I.E I got a field country and I start typing "C" and I get suggestions such as "Cambodia" or "Canada". Thanks for your time and help!
@DarrenKincaid1111
@DarrenKincaid1111 2 жыл бұрын
This is excellent! Thank you for the excellent tutorial. Question: how do I get this to work for multiple choice questions?
@chrismalingshu
@chrismalingshu 2 жыл бұрын
Thank you so much for the guidance! it still works today!!! 😍
@domenicocarotenuto6639
@domenicocarotenuto6639 Жыл бұрын
Thank you very much for your script, I just customized something for my form, it was very useful
@joaopaulolemosbenevides1679
@joaopaulolemosbenevides1679 Жыл бұрын
Do you know how i can populate a question based on previous answer? Let's say i want to know the city in which you live in, so first I ask the State and then the list of cities that will show will be the cities of that specific state.
@ewwkl7279
@ewwkl7279 Жыл бұрын
Thank you for your lesson. I've got right choiceArray however it does not apply to my form after refresh it. What could be wrong?
@Anhttse02596
@Anhttse02596 5 ай бұрын
In a google form I have many questions. How do I format each question to my liking? Is there any way to add a column to select question format in google sheets? And how will I fix the code? Please guide it, thank you so much.
@anthonysaunders476
@anthonysaunders476 Жыл бұрын
Could this script be modified to create a new section for each column where the Header was the section title and each row was a question instead?
@temyraverdana6421
@temyraverdana6421 2 жыл бұрын
Amazing work, thanks! Do you think this approach run in iOS smartphone/tablet?
@tonic8080
@tonic8080 2 жыл бұрын
yes, after proper setup, google forms will work on iOS, android, PC, etc.
@darvzglen14344
@darvzglen14344 5 ай бұрын
Is there a way that we can add another filled in the form that will also layer an "if" or "if else" options? For example, if I will choose 1 the next filled will automatically put Mine, if I choose 2 it will automatically put Yours.
@GUPRPEET-Singh
@GUPRPEET-Singh 25 күн бұрын
Can you make a video to make polling questions like that. Getting questions and voting options from a Google sheet or Google form like that.. and also saves votiy data.
@BraveHeart-ht8zf
@BraveHeart-ht8zf 6 ай бұрын
If the contents of the dropdown list are large, can the search function appear on Google Forms?
@wemiotubusin8638
@wemiotubusin8638 3 ай бұрын
How does one populate a check box(with sheets0 based on an answer of a previous question asked in a form?
@coolvibesreloaded7946
@coolvibesreloaded7946 2 ай бұрын
@Code With Curt I've got forms but I want to only populate the name section how can I do that?
@ssmax81
@ssmax81 Жыл бұрын
Hi, thanks for your videos. I am working on Google Survey Forms and want to popup values on the form based on inputs from Google Spreadsheet. Such as if I enter dealer code, his name and city name appears automatically on the form from the Google Spreadsheet which has all the details. Kindly confirm if I can do it in Google Survey Form? I would appreciate your reply. Thanks in advance.
@paullima-peru1225
@paullima-peru1225 2 жыл бұрын
Hi, please. I have one forms with 2 section and how to get the selected item in the firs section? My second section depends the first. Thsnk in advance.
@Finance_AWP
@Finance_AWP Жыл бұрын
Can I add Short answer text to google form from google sheet. What I try to make daily access code to form which has auto change daily, but has to verbally pass to the respondents. I found a way to add the access code, but need to change daily. I want that to auto update when I gave the daily list of access google in google sheet
@americansecurityironworks7000
@americansecurityironworks7000 2 жыл бұрын
I want to create something similar with the option that if you pick option A then question 1, 2 & 3 will pop out, if I choose option B question 4, 5 & 6 will pop, can you advise please
@nomann5244
@nomann5244 11 ай бұрын
can you insert image in google form if drive link is given serially in google sheet?
@FazlulHaque77
@FazlulHaque77 2 жыл бұрын
In google Form how can I validate email addresses against a list of 10 thousand email address list stored in a Google Sheet? Is there any app script or video you can refer to? Thanks in advance
@joaopaulolemosbenevides1679
@joaopaulolemosbenevides1679 Жыл бұрын
It worked. Thank you very much.
@shawnireland2926
@shawnireland2926 11 ай бұрын
Sections (Invalid conversion for item type: PAGE_BREAK) breaks this code, any way to account for having questions in different sections?
@paulaneira5041
@paulaneira5041 2 жыл бұрын
Worked perfectly! Thankssss :)
@MrSchraja
@MrSchraja Жыл бұрын
I only need to populate questions from sheets, is it possible? If yes please help me with codes. Please!
@ComoFueQue
@ComoFueQue 2 жыл бұрын
thanks but how do I make it work with repeated responses?
@PREMSINGH-sd4mi
@PREMSINGH-sd4mi 2 жыл бұрын
Sir, by following this my form shows "NO DATA IN COLLUMN" plz help asap........
@indiasmartonlineshop
@indiasmartonlineshop Жыл бұрын
Superb i have done..
@komalsingh3383
@komalsingh3383 Жыл бұрын
bro, its working first time only. Whenever after that, i update my sheet records, and then refresh the form, the code is not able to populate the latest records from the sheet. Please help bro.
@JasonAndersen-g8k
@JasonAndersen-g8k Жыл бұрын
This only populates the dropdowns for when you are in edit mode of the form. Can this be used to populate the drop downs with only opening the user end of the form?
@jonatanalimin5796
@jonatanalimin5796 Жыл бұрын
As far as I know, you can't trigger by the opening user end event. But you can change the trigger using time event, so you can update the form every one minute.
@silmasellsmore.realtor
@silmasellsmore.realtor 10 ай бұрын
Where is it that we copy the code from on 2:07 I have played it 20 times and still can figure that part out. Nothing helpful in the comments either. What I gathered is that others are wondering the exact same thing. Please help!
@robertfletcher8964
@robertfletcher8964 10 ай бұрын
its in the video description.
@pintuchoyan9526
@pintuchoyan9526 2 жыл бұрын
Sir how can I set pic questions please share codes . For my class students
@raisenhl7302
@raisenhl7302 4 күн бұрын
Please the code for MULTIPLE CHOICE GRID 😥😥
@juangoog
@juangoog 2 жыл бұрын
Thank you !
@erickjeffryticonaala7313
@erickjeffryticonaala7313 2 жыл бұрын
Awesome!👋
@boardjamesgeek
@boardjamesgeek Жыл бұрын
I am getting an error in the execution log with no stated reason of why
@besh0490
@besh0490 Жыл бұрын
same here, please help. Error in lines 3, 10, 11 & 19
@ajayjoshi2408
@ajayjoshi2408 Жыл бұрын
very good, but bit complex for someone with no coding knowledge. any easier way
@russella.8133
@russella.8133 Ай бұрын
"Now that we got that out of array"
@deivis1970
@deivis1970 2 жыл бұрын
Great!
@PJMeara-gb1mn
@PJMeara-gb1mn Жыл бұрын
there has to be a simple way to do this, this is nonsense
Google Form - Using Apps Script to Populate Google Sheet
11:29
Code With Curt
Рет қаралды 105 М.
Google Forms - Drop Down List from Spreadsheet Using Apps Script
34:39
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 447 М.
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 39 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 80 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 7 МЛН
Clock In, Clock Out System w/ Google Sheets & Google Forms, Spreadsheet Template for Small Business
46:22
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 287 М.
How to update a Google Forms MULTIPLE CHOICE question from Google Sheets
19:26
Don’t Use Google Forms Without These FREE Add-Ons!
16:03
Simpletivity
Рет қаралды 64 М.
Google Forms - Formulas in Sheets That Autofill with Submit
17:03
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 224 М.
How to Automatically Update your Google Form Options
11:24
Bootstrapping Tools
Рет қаралды 28 М.
10 Pro Tips & Tricks for Using Google Forms
6:26
Extended Forms
Рет қаралды 71 М.
How to build Conditional Dropdowns in Google Forms
31:46
Practical Sheets
Рет қаралды 61 М.
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 39 МЛН