I understand from searching the forum that Gravity Forms does not provide an "Edit Mode" where the same form can be used to edit an entry that was used to create it. Please correct me if that's wrong, but I believe I read where that was under consideration for version 1.7 or beyond.
So, assuming that's the case, I have a need to create that capability myself. I would like to know how to terminate form processing before an entry gets created. What I have in mind is to use the pre-submission hook to capture the form data and update the existing entry then terminate the normal form process so that it doesn't bark at me because the index field is a duplicate.
Is this possible, and if so, how is it done? I'm not seeing anything in the developer docs that addresses this particular scenario.
Thanks in advance for any assistance.