I'm looking to solve a duplicate submission problem.
Instead of preventing duplicate submissions, I would like to update the record of the original subscription.
Can this be accomplished with GF?
I'm looking to solve a duplicate submission problem.
Instead of preventing duplicate submissions, I would like to update the record of the original subscription.
Can this be accomplished with GF?
Bump.
There isn't a way to do this with Gravity Forms currently. The only way you could do it is to remove the previous submission and accept the new submission, and you would have to code the search and removal of a previous submission yourself using gform_after_submission or similar.