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.

Notification upon Form Edit

  1. mschuyler
    Member

    Has anyone worked on or needed a notification sent upon form entry?

    I have a form that uses the entries as a database, once the entry is submitted the notification is sent to a few people that will need to edit the entry. Upon that edit, i'd like to have another notification sent out to the same people.

    If anyone has tackled this please let me know. Thanks!

    Posted 11 years ago on Monday December 24, 2012 | Permalink
  2. David Peralty

    We don't have any built-in way to do this automatically, but if the person that edits it clicks re-send notification, then it will send out a notification using the new details to the same people that notifications are set to send to. Would that work?

    Posted 11 years ago on Monday December 24, 2012 | Permalink
  3. mschuyler
    Member

    It would but I know most times it would be overlooked.

    I'll have to look into building a hook to automatically send it, I'm sure I could reuse most of the notification code within the "update" button so the user only has one action needed.

    Posted 11 years ago on Monday December 24, 2012 | Permalink
  4. David Peralty

    We have this hook that might get you started - http://www.gravityhelp.com/documentation/page/Gform_after_update_entry

    But I don't know of a way to re-run the notifications using this hook.

    Posted 11 years ago on Monday December 24, 2012 | Permalink