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.

How to keep running contact log

  1. I am trying to develop a front-end contact log to record conversations with possible donors for a non-profit. I want to pre-pend a new note to a Notes History custom field. I am using Gravity Forms, Gravity Forms + Custom Post Types and Gravity Forms - Update Post.

    It seems this should be simple, but I cannot get it to work. I simply want to add the current date and the users name to the front of their latest comment and then save that at the beginning of the Notes History when the form update is saved.

    DO I need to use one of the hooks with custom php or is there a way to do it by using a content template?

    Any help is welcomed. Been working on this for days.

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

    Can you explain more about what you are trying to do? From my understanding, you have a custom field that you would like to pre-pend information on submit of the form? If so, you could use this hook to do so:
    http://www.gravityhelp.com/documentation/page/Gform_pre_submission

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