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.

Registered User Form

  1. I created a form that requires to be logged in. Is there a way the form can capture who the user is and send that with the email submission without asking the user since they are already logged in? I see that you can view the entry and it tells the user but I need it to be in the actual email... any thoughts?

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  2. Also wondering about this....

    Posted 11 years ago on Monday July 30, 2012 | Permalink
  3. David Peralty

    You could put one of the following USER merge tags in the default vaule:
    http://www.gravityhelp.com/documentation/page/Merge_Tags

    Or you could write some PHP code using the gform_pre_population hook to grab the details you want and pre-populate certain fields.
    http://www.gravityhelp.com/documentation/page/Gform_pre_render
    http://codex.wordpress.org/Function_Reference/get_currentuserinfo

    Posted 11 years ago on Monday July 30, 2012 | Permalink