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.

get post title

  1. myintamits
    Member

    Hi

    I have a custom post type item A. it acts like a product info page with an order button image

    And page B with gravity form. This page is order page

    I want to click order button, it takes to the order page and display product title A (post title)

    Is it possible? Please provide me the code

    Thanks

    Posted 13 years ago on Thursday March 31, 2011 | Permalink
  2. Yes, it's possible. But you'd have to pass the post title from Page A to Page B via the query string.

    Here is a post that discusses how to pre-populate data by passing it in the query string:

    http://www.gravityhelp.com/forums/topic/how-to-send-pre-definied-form-data-from-an-other-page#post-2921

    So using this example you'd have to create a link on Page A that passes it's title to Page B via the query string.

    Posted 13 years ago on Thursday March 31, 2011 | Permalink
  3. myintamits
    Member

    i got 404 error page when doing that. can you help?

    thanks

    Posted 13 years ago on Saturday May 14, 2011 | Permalink