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.

Drop Down list dynamic population.

  1. I'm having problems populating a drop down list dynamically in a Gravity form. I want the DDL to populate with Buddypress groups so users can choose to join a group when they register.

    I used this guide http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields
    and entered the function into the functions.php file of my wordpress theme, and I also tried it in several other functions.php files. When I did this, it broke the entire site.

    Anyone know what the problem might be?

    Posted 11 years ago on Monday February 25, 2013 | Permalink
  2. If it broke your site, chances are you pasted it in the wrong place or it has a syntax error. Please post your complete functions.php file to pastebin.com or pastie.org so we can check for syntax errors.

    The code goes into your current theme or child theme's functions.php. Do not edit add your PHP code to any other file on the site (not WordPress core files or Gravity Forms plugin files.)

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink