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 dynamically populate from sql

  1. Hi,
    Want to have a dropdown list which is populated from column values from a sql table. I can use hooks for this I guess. So what is the format of the data that I have to return via the hook. Is it a string of values "value1, value2,value3....." .Of course I will construct this list by querying the sql database..
    any help would be very great.

    regards,
    Nilay.

    Posted 12 years ago on Saturday May 5, 2012 | Permalink
  2. David Peralty

    A little bit down this page should help you out:
    http://www.gravityhelp.com/documentation/page/Gform_column_input

    Posted 12 years ago on Monday May 7, 2012 | Permalink