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.

gravity form load select options from external web service

  1. poovabhi
    Member

    Hi,
    How can I create a select box which loads data from some table instead of direct hardcoded data or from taxanomies or from post types. I want to load options from some other table or from some external web service.

    Thanks,
    Poovarasan

    Posted 13 years ago on Friday June 17, 2011 | Permalink
  2. If you want to use custom post types or custom taxonomies you should check out the 3rd party add-on Gravity Forms + Custom Post Types which can be found here:

    http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/

    To dynamically populate dropdowns you have to write custom PHP code and use available hooks to dynamically populate the field. Hereis a forum thread that discusses this:

    http://www.gravityhelp.com/forums/topic/automatically-populate-a-dropdown-with-post-titles

    You can find documentation for all the available hooks and filters in the Developer Docs area of the Documentation.

    Posted 13 years ago on Friday June 17, 2011 | Permalink