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.

User contributed pages with ability to interlink with source page

  1. I'm new to gravity forms, so this may have been requested before. I've been using a platform from SiteSell for about 9 years. One of the features that has developed over the years is something they call C2, or Content 2.0. It's similar to Gravity Form's ability to create posts, which I intended to take advantage of.

    In C2, what happens is the visitor creates a "page" which is linked back to the originating page. The originating page also gets a link to this new visitor created page. So, first, I would requested that we are able to do this for pages, as well as posts. I'm content builder, and posts make hierarchies difficult.

    I would also need the ability to insert a link back to the originating page, which means I would need to be able to pull the page title as a parameter (for keyword) and also the URL of the originating page. Since I use a theme with plugins that manage page hierarchy, I don't need to worry about the parent point to the child. However, that means I would need to be able to select the parent page (unless that could be dynamic, which would be my preference).

    My goal would be to use as few forms as possible and make everything parameterized. But, if I had to build a form for each page, I would sweat it out, because it's worth it. My goal is to cast a long tail net off my content tiers. Hope that makes sense.

    Posted 13 years ago on Saturday October 30, 2010 | Permalink
  2. This is already possible, however it isn't something that Gravity Forms is going to automatically do. You would add a post custom field to your form that stores the post id of the parent page. Then on the parent page you can write custom code to loop through all posts that have a custom field that contains that parent page post id.

    Gravity Forms is very powerful, you just have to put the available tools to use and get creative with how you use them.

    Posted 13 years ago on Monday November 1, 2010 | Permalink
  3. Hi Carl,

    Just to be clear, this is what I would like to do:

    1. Create a Page instead of a Post
    2. Be able to "select" the Parent Page for this created Page

    I can already:

    A. Create a link to the originating page using Gravity Forms
    B. List child Pages on a Page

    I don't want to reinvent this by displaying Posts as Child Pages. I really want pages. Since I have a programming background, I'm not afraid to hack into this - even though php and wordpress aren't my thing ;) But, this would be a powerful feature for content sites that want long-tail keyword content provided by visitors.

    Maybe a post and a page are really the same thing in WP, but it doesn't seem that way at first glance. Since I can capture the parent Postid, it's probably simply to set the parent page (hopefully), but would this need to be a Page first, and not a Post?

    Posted 13 years ago on Sunday November 21, 2010 | Permalink
  4. Again, this can already be done using available tools. But it is a customization that uses hook/filters and not a built in feature. It requires PHP knowledge and knowledge of how WordPress posts (which includes pages) are stored.

    How much PHP and WordPress development knowledge do you have so I know hot to proceed with instructions. If you are comfortable using hooks/filters/etc. then I can point you in the right direction. If not then I can refer you to WordPress consultants who could assist you with the implementation.

    Posted 13 years ago on Monday November 22, 2010 | Permalink
  5. funnyBOT
    Member

    Has there been an answer to this question? I need the same answer, I do not know much PHP but very familiar with Wordpress. What hook I can use so when the form is submitter, it saves a Page and not a post?

    Thanks!

    Posted 11 years ago on Sunday November 25, 2012 | Permalink
  6. @funnyBot, this is an extremely old topic and it's in the Pre-purchase section. We try not to handle actual solutions in the pre-purchase forums. If you would like an answer, please post your own specific question in the regular support forums and we'll be happy to address your question there with the latest information we have.

    Thank you.

    Posted 11 years ago on Monday November 26, 2012 | Permalink

This topic has been resolved and has been closed to new replies.