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.
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 withGFCommon::is_entry_detail()
to check if they are on the correct page before calling the form method fromGFEntryDetail
.Any resolution would be much appreciated so we can continue with the use of Pods and Gravity Forms.