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.

Dynamic form showing list of products from custom post type

  1. mike
    Member

    Hi,

    I have a custom post type called "Products". Each product has a couple of custom fields (price, ref n°, etc.)

    I saw that Gravity Forms has a "Product" field. I wonder if it is possible to generate a form that would be dynamically populated with all the items from my custom post type "Products", and also if the custom fields (price, ref, etc.) could populate the corresponding fields in the form ?

    Posted 12 years ago on Thursday May 5, 2011 | Permalink
  2. As long as all the Products had the same information, yes you could do this. Documentation on all the available API hooks/filters is in the Documentation area under Developer Docs. Pricing Fields can be pre-populated dynamically using PHP. So you should be able to do what you described using the hooks/filters.

    Posted 12 years ago on Thursday May 5, 2011 | Permalink