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.

Entry Date with time

  1. All
    Member

    Overview
    - no time with minute or seconds included in the entry date.

    Issue:
    - difficult/greater effort to distinguish entries with exact same information except document upload.

    Request
    - having the time (min/ss) in the entry date will allow for greater accuracy between entries

    Any way to do this?

    thanks.

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

    You could do this with a hidden field and the pre_submission hook and some PHP, but Gravity Forms itself doesn't have this built in.

    http://www.gravityhelp.com/documentation/page/Gform_pre_submission
    http://php.net/manual/en/function.date.php

    Let me know if you need more direction.

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  3. All
    Member

    How do you assure that all the hacks that are implemented don't get overwritten with the next update?

    Ideally having this integrating it in the next release would be appreciated.

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink
  4. David Peralty

    They should be going into your functions.php file for your theme, which is separate from the updates in Gravity Forms, and very few, if any, functions have been deprecated by us. I will pass it on to the developers though.

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink