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.

Dynamically generating fields from a custom post type

  1. LumpySimon
    Member

    Hi

    Is it possible to dynamically generate fields, rather than just values?

    For example, I have a custom post type called Thing, I would like a form that lists all the Things, and people can choose the quantity of each Thing. So basically it's a big long list of dropdown fields, each with the name of the Things, and a dropdown containing the numbers 0-10.

    Is this possible? (I'm fine with writing all the PHP, I just need a pointer for getting started).

    Thanks
    Simon

    Posted 12 years ago on Sunday June 10, 2012 | Permalink
  2. David Peralty

    Currently, there is no way to dynamically create fields. This is something we are looking to add, but there is no timeline on it yet.

    Posted 12 years ago on Monday June 11, 2012 | Permalink
  3. LumpySimon
    Member

    ok, thanks for the reply.

    Posted 12 years ago on Monday June 11, 2012 | Permalink