Forms : URL Query String with Multi Select Dropdown

Options
Mathieu Paquin
edited 08/26/21 in Smartsheet Basics

Is there a way to use URL query string to pre-populate a dropdown multi select with more than one value in a form?

Tags:

Best Answer

  • Genevieve P.
    Genevieve P. Employee Admin
    edited 08/26/21 Answer ✓
    Options

    Hi @Mathieu Paquin

    To populate a Multi-Select dropdown list with multiple values using the query string, you'll just need to add an & and list the field again with the second value, like so:

    ?Multi=Apple&Multi=Orange


    So if I had more than two values, I'd need to list the field each time:

    ?Multi=Apple&Multi=Orange&Multi=Banana.... etc

    Let me know if this works for you!

    Cheers,

    Genevieve

Answers