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.

Timestamp in notification email

  1. New to Gravity and need a timestamp in the body of the notification email for auditing purposes. I've looked around and can't find a list of GF parameters, or syntax used to assign one to a dynamically populated field. {user:parm}

    Gravity forms rocks!

    Thanks in advance.

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  2. David Peralty

    There is no built-in merge tag for time, only date. If you need time added to notifications, you'll have to program something using our hooks. What is your experience with PHP?

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  3. David:

    I can manage PHP without much trouble. Is there some code I can drop in functions.php that will hand me the timestamp?

    Thanks,
    Toby

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  4. David Peralty

    You could have a hidden field that gets populated on submission and can then be part of the notification.

    http://www.gravityhelp.com/documentation/page/Gform_pre_submission

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink