Dynamically Populate Google Form's Dropdown using Google Sheets

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 44

  • @fredbowers5766
    @fredbowers5766 Год назад +3

    This to me, is elegant programming. I will learn much from your lesson. It looks like a great way to create forms that work right. I will let you know how it goes. I'm just learning these forms. Thanks

  • @josesoraca4625
    @josesoraca4625 7 месяцев назад +10

    the sheet is not public

  • @user-ve6pj5nl4n
    @user-ve6pj5nl4n 6 часов назад

    thank you!

  • @FrederickRooney
    @FrederickRooney 4 месяца назад

    this is great!!
    Will it work in the field on an android device?

  • @jignesh5
    @jignesh5 Месяц назад

    How did you get "data" and "settings" in the sheet? Is this manually added?

  • @shortklipmovie
    @shortklipmovie Год назад

    How to create an input form with response validation from data in a spreadsheet?

  • @RobertoMarzocchi
    @RobertoMarzocchi 3 месяца назад

    thanks. The video and link are very useful!!

    • @tech-lever
      @tech-lever  3 месяца назад

      Glad it was helpful!😊

  • @ITDepartment-m3x
    @ITDepartment-m3x Месяц назад

    Good day I am working on a much larger rows. When I try the script it only limited to 1000 options. thanks

  • @PassagesIntern1
    @PassagesIntern1 Месяц назад

    Thanks! This is very helpful. Is there a way to have the headers dynamically populate on the form if you want to add additional questions?

    • @tech-lever
      @tech-lever  Месяц назад +1

      I think yes

    • @PassagesIntern1
      @PassagesIntern1 Месяц назад

      @@tech-lever Thank you! I essentially want to do exactly what your video shows; however, I'd like it to pull the header information into a form too. What would be the change in script? Thank you in advance

  • @HansieJGEWP93
    @HansieJGEWP93 2 месяца назад

    This is really well explained, thank you.
    Is there anyway to automatically update the form dropdowns when the form is opened?

    • @tech-lever
      @tech-lever  2 месяца назад

      Yes. You can watch my other video title Auto Update Google Form. I think this will fullfill your requirement.

  • @downthelinett
    @downthelinett 6 месяцев назад +1

    is it possible to update the dropdown list of 2nd dropdown based on selection from dropdown list 1?

    • @tech-lever
      @tech-lever  6 месяцев назад

      If your list is small then you can use Dependent Section approach. You will find that video in my channel page. Otherwise you will have to use Custom form. Again you can explore my channel page for the relevant video.

    • @shikhasandeep-cd7tl
      @shikhasandeep-cd7tl 4 месяца назад

      please share the solution with me, if you found.

  • @ITDepartment-m3x
    @ITDepartment-m3x Месяц назад

    the scrips only limited to 1000 options how can i update the scrip so that it accept around 6000 options... thanks

  • @EquipmentOfficer
    @EquipmentOfficer 8 месяцев назад +2

    Someone has edited your original form/spreadsheet and broken it, can you please re-upload the original form/spreadsheet

    • @tech-lever
      @tech-lever  8 месяцев назад

      Ok. I will check that.

    • @infinity-skies1207
      @infinity-skies1207 4 месяца назад

      @@tech-lever any follow up on this? there is still no way for copy-pasting, or even opening it. Could you allow it to be viewed? Thank you!

    • @tech-lever
      @tech-lever  4 месяца назад

      @@infinity-skies1207 Please check the description box again. Its allowing to make a copy of the form as well as the Spreadsheet. Btw the code resides in the Spreadsheet.

    • @JasonAndersen-g8k
      @JasonAndersen-g8k 3 месяца назад

      @@tech-lever The form is still broken. I would like to see the form so I could see how you connect the Checkbox, List, and Multiple_Choice.

    • @tech-lever
      @tech-lever  3 месяца назад

      @@JasonAndersen-g8k There is no script attached to the form. It connects by the question title.

  • @timesavertricks
    @timesavertricks Год назад

    Kindly provide the script (link ) to populate google form

  • @johnjuliusc
    @johnjuliusc 3 месяца назад

    Thank you @TechLever

  • @nileshkapadia4722
    @nileshkapadia4722 3 месяца назад

    How did you add the button for "Update Google Form" - I did not understand how to do that - please explain.

    • @tech-lever
      @tech-lever  3 месяца назад

      By inserting drawing and then attaching script to it,

  • @Banny0405
    @Banny0405 3 месяца назад

    How long does access to the sheet take to grant?

    • @tech-lever
      @tech-lever  3 месяца назад

      I have changed the share settings.

  • @jmcgroddy
    @jmcgroddy 6 месяцев назад

    Can this be automated to update the google form whenever the google sheet is updated

    • @tech-lever
      @tech-lever  6 месяцев назад

      Yes. Go to my channel page. You will see the required video.

  • @malik373
    @malik373 6 месяцев назад

    Hello, I love this video however, when attempting to modify an entry automatically right after the submit button is pressed, the field that I'm trying to modify the entry doesn't show anything. How can I modify the code so that I can get the field to automatically update for me

    • @tech-lever
      @tech-lever  6 месяцев назад

      I have got another video titled Auto Update Google form. That will work for you.

    • @malik373
      @malik373 5 месяцев назад

      @@tech-lever Thanks so much for the quick response. I am using this vid solution because I have external emails in a file that the dropdown is pulling from. I've tried to use the functions from the other vid you recommended but no matter the trigger event...change or insert, nothing seems to be happening when I try to change the value of the field in question.

  • @digvijay9584957090
    @digvijay9584957090 10 месяцев назад

    i need some help here to advance this script in 3 ways 1. item must be searchable in menu 2. dropdown/list must be dependent to previous option ( in google sheet data columnwise dependency on the basis of A column B filtered, then on the basis of B column C filtered and so on.) 3. In drop down Add option must be if option not found.

  • @sumanthmudraveni1565
    @sumanthmudraveni1565 Год назад

    I want google form dropdown like fruits, vegetables, non veg
    Based on selected option the 2nd drop-down has to show the details

    • @tech-lever
      @tech-lever  Год назад

      If you want Dependent drop-down then refer my other video tilted Dependent section form.

  • @alimoursi5454
    @alimoursi5454 3 месяца назад

    sheet access denied

    • @tech-lever
      @tech-lever  3 месяца назад +1

      You should make a duplicate copy of the Spreadsheet. Hope it helps

  • @folsterfarms
    @folsterfarms Год назад +1

    These AI voices are getting better…

    • @tech-lever
      @tech-lever  Год назад +2

      Thanks. And it's quite useful for person like me having difficulties in correct sentence framing and articulation.

    • @folsterfarms
      @folsterfarms Год назад +1

      @@tech-lever I can relate… I often have to translate things into Vietnamese