I have two forms. The second would allow a reviewer to update some values from the first submission. I was planning to invoke the gform_after_submission hook on the second form but got stuck trying to find a hook that would allow me to update the first form's entry if I feed it the form obj, entry ID and field ID plus the new value. Have considered using the save_field_value hook and passing the form obj, etc from form #1 but wondering if there is a better way?
This topic sounded like it was asking the same question but was maybe more about the Admin update than a code level update: http://www.gravityhelp.com/forums/topic/gform_after_submission-in-backend-and-entry-modification
Thanks in advance for any help,
John