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.

specific post form fields needed to auto populate pages

  1. MBuck
    Member

    I have a post form which appears on my homepage after approval. Some fields in the form are book title, author, description, book trailer video. I want the post form to be on the home page in its entirety (which it is), but I would like to use say, the author field to populate a page with just a listing of book authors and I want the book trailer video field to be on a separate page with just book trailer videos. Is this possible? If so, please give me an example of how to do it and where to put any code. Thanks!

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  2. It sounds like you want to pull one field from your form, and create a list of all those values (like a list of authors, for example.) This is not built in to Gravity Forms, but you can do it. I've used a shortcode in the past to get one piece of information out of a form and return all those values in a list. Then, you insert that shortcode in the page where you want the list to appear.

    http://pastebin.com/kHpaHQvi

    You would have to customize that example to pull your field out and organize it however you want.

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink