How to build Conditional Dropdowns in Google Forms

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 30

  • @TomeAM
    @TomeAM Рік тому +4

    For updating your form, you could use a trigger and set it as so: Select event source->From form->Select event type->On open
    Also, specially for form events triggers, it best to have your code inside the form itself rather than the spreadsheet, and connect to the spreadsheet to get the range at the beginning of the code.
    Sorry for bad English, saludos desde Argentina!

    • @practicalsheets
      @practicalsheets  Рік тому +1

      Thanks for the comment!
      Actually where I´m stuck is not in the trigger part, but in how to replace the options with the navigation, without having to create new questions
      Regards!

    • @tunahanyldzsy
      @tunahanyldzsy 4 місяці тому +1

      @@practicalsheets Was it possible to solve this problem?

    • @practicalsheets
      @practicalsheets  4 місяці тому

      @@tunahanyldzsy Haven´t continued insistig...but I will and let you all know
      Kind Regards

    • @diegoberan7883
      @diegoberan7883 4 місяці тому +1

      I'm working on a python script to set up the form through the forms API strait from an API that has info about counties, states and cities.

  • @TomeAM
    @TomeAM Рік тому +2

    Brilliant. Thank you so much!

  • @brunopadula7136
    @brunopadula7136 10 місяців тому +1

    So basically, your form creates new sections along the way. Is that correct? Like: at first your form has just one section, but as soon as you choose one of the first options available in the first question, it creates another section accordingly to the answer previously given? I'm stuck with kindaof huge problem: I need more than 120 sections available in my form and I don't know how to do it

  • @ErickBoyd-yw9yc
    @ErickBoyd-yw9yc Рік тому +2

    Dropdowns is not the same thing as multiple choice. How do you create the conditional logic with dropdowns not multiple choice?

  • @nishanmostafa
    @nishanmostafa Місяць тому +1

    Awesome

  • @FranciscoLeisewitz
    @FranciscoLeisewitz 10 місяців тому +1

    It is possible to runs multiple subcategories (levels) and connect them with the sections? to have separated choices?

  • @cangkiraja3643
    @cangkiraja3643 8 місяців тому +1

    hello, thank you for amazing tutorial, that script is really useful, but how to add survey question after users click their city? so the list of survery question is in the one section.

    • @practicalsheets
      @practicalsheets  4 місяці тому

      Not easy, would have to add it at the beginning to tell the newly created questions where to go after
      Let me think about it
      Kind Regards

  • @kocoi
    @kocoi Місяць тому +1

    how to make drop-down that only one section or no need to click next

    • @practicalsheets
      @practicalsheets  25 днів тому

      Not possible in Forms (as far as I know)
      I would look into the possibility of doing a webApp form
      Kind Regards

  • @SalmaArif-u1o
    @SalmaArif-u1o 2 місяці тому +1

    i wonder why i failed the next conditional dropdown like it can generate first dropdown but it can't generate the next sections. and first dropdown also contains some unecessary part like enter (empty space) and dash, and even the title i put above the table

    • @practicalsheets
      @practicalsheets  2 місяці тому

      It's a tricky script, you could paste the code and I could quickly look at it
      Kind Regards

  • @quaidjoher8941
    @quaidjoher8941 11 місяців тому +1

    It is showing error "table.shift is not a function"
    how to resolve this ?

    • @practicalsheets
      @practicalsheets  10 місяців тому

      normally the problem is in the definition of table
      you may have forgotten to add .getValues()
      Regards!

  • @Nik-m8k
    @Nik-m8k 8 місяців тому +1

    then this is savings in google sheets in different different rows for different different section when we have too many options this is just complicated

    • @practicalsheets
      @practicalsheets  6 місяців тому

      You are right. There is no simple way of doing it. The truth is that for this is better to do a webapp or use AppSheet
      Kind Regards

  • @IchwantBana
    @IchwantBana Рік тому +2

    could you please share the code

  • @LokeshS-r4k
    @LokeshS-r4k Рік тому +3

    Can you please share the script as text?

    • @practicalsheets
      @practicalsheets  Рік тому

      Hello!
      You may find all templates in the patreon page
      Regards!

  • @shanetaylor1491
    @shanetaylor1491 10 місяців тому +1

    Are you available for hire?

  • @kolakalam
    @kolakalam Рік тому +1

    Sir where can I find this script file

  • @milenasovic
    @milenasovic Рік тому

    😘 Thank you!

  • @mw3protegy1
    @mw3protegy1 11 місяців тому +1

    Couldn't find a way to do it. Built a google web app that connects to google sheets that has the right functionality. This video shows how to do it exactly: ua-cam.com/video/dApK5_YEyzk/v-deo.html

    • @practicalsheets
      @practicalsheets  10 місяців тому +1

      Thank you so much
      Agree that the best way of doing it is not in Google Forms, but in a webapp
      Regards!