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.

Default Value for Name Field

  1. I am putting a Name field on a form that I want to auto populate with the current user's first and last name. Is there an easy way to insert that through dynamically populating the field or do I have to do it in a pre-render function?

    Posted 11 years ago on Tuesday April 30, 2013 | Permalink
  2. How or where are you planning on getting the data from? With dynamic population you can pass the data in via a query string. http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    Posted 11 years ago on Tuesday April 30, 2013 | Permalink
  3. David Peralty

    If they are logged in users, we have merge tags you can put in the default values - http://www.gravityhelp.com/documentation/page/Merge_Tags Look specifically at the user:meta_key section.

    Posted 11 years ago on Tuesday April 30, 2013 | Permalink