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.

Add a Post Title to a GF Form Field

  1. I need to dynamically populate a Single Line Filed with a Post Title of the previous page/post

    Eg. The visitor is viewing a Post and at the bottom he has a link to a page with a GF Form. In this form there is a Single Line Field. When he click on the link of the post then the page with the GF form must then open with the Post Title inserted into the Single Line field

    See the following:

    Go to - http://www.travelquotes123.com
    Login as - UN: gfform PW: 123456
    Go to - http://travelquotes123.com/mexico-flights-in-september
    At the bottom of the post click on "Buy Now"
    Scroll down to the bottom and see the field "Request Title"

    it is in this field "Request Title" that I would like to place the post title "MEXICO FLIGHTS IN SEPTEMBER"

    This field must auto generate the post title from the post the visitor clicked on "Buy Now"

    I'll be so happy and thankful if you can assist

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  2. We can't make this modification for you, but we can provide you with information on how to do so. Here is a forum post that discusses populating a field with a value passed to it via the query string:

    http://www.gravityhelp.com/forums/topic/sending-dynamic-form-variables-to-another-form

    What you would need to do is your post would need to link to the form and pass the post title via the query string. Your form would then read the query string and populate the field with the query string value passed to it. The post above discusses how to do this.

    Posted 12 years ago on Friday May 27, 2011 | Permalink