pods-framework / pods-gravity-forms

Integration with Gravity Forms plugin for WordPress (https://pods.io/gravityforms/)
https://wordpress.org/plugins/pods-gravity-forms/
GNU General Public License v2.0
62 stars 10 forks source link

Gravity Flow Form hangs when submitting user input during workflow process #155

Closed bbenjamin602 closed 2 years ago

bbenjamin602 commented 3 years ago

When using Pods Gravity Forms Add-On with Gravity Flow the form hangs when trying to submit user input on a GF form.

This issue was test with and without PODS and determined that the problem occurs when the Pods Gravity Forms Add-On plugin is activated. Issue was first sent to Gravity Flow developers who were able to replicate the issue and determined the below recommendation:

You can mention that they should be looking at gform_pre_entry_detail action hook to setup Pods GF add-on hooks for when they are updating form entry, or check with GFCommon::is_entry_detail() to check if they are on the correct page before calling the form method from GFEntryDetail.

Any resolution would be much appreciated so we can continue with the use of Pods and Gravity Forms.

sc0ttkclark commented 3 years ago

I’m looking at Pods GF this upcoming week as I test for Pods 2.8 compatibility. I’ll add this to my list of things to look over.