PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Is it possible to create cascading select with gravity ?

  1. creativexperience
    Member

    Hi, I want to create multiple dropdown menu (cascading select) in front end for visitors to download the good datasheet

    First dropdown to select the good category (taxomony) Second dropdown to select the good product associate to category (product post type) Third dropdown to select the datasheet from the product selected (ACF custom field attached to product post type)

    What you advise me ? Create form with gravity ?

    Looking for as : http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/ http://www.prodiven.com/jcombo/index.php?lang=en http://jqueryfordesigners.com/populate-select-boxes/ http://demos.kendoui.com/web/combobox/cascadingcombobox.html https://github.com/dnasir/jquery-cascading-dropdown http://dnasir.com/2012/11/15/jquery-cascading-dropdown-plugin/

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  2. David Peralty

    You could use our conditional logic to fake this, but we don't actually have this exact feature in Gravity Forms.

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  3. creativexperience
    Member

    Yes but conditional logic it use only if i specify value to display the next column field ? here it's dynamic population.

    For more information, i use woocommerce component.
    My idea :
    First field -> Select field -> Populate with taxomony
    Second field -> Select field -> Populate with custom post type
    Last field -> ? -> ?

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  4. David Peralty

    We don't have a JavaScript system to populate dropdown fields like that. You would have to write the AJAX yourself to do this.

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  5. creativexperience
    Member

    Thanks for your feedback

    Posted 11 years ago on Tuesday May 14, 2013 | Permalink
  6. David Peralty

    No problem. Best of luck!

    Posted 11 years ago on Tuesday May 14, 2013 | Permalink