zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Compatibility with NinjaForms v3.0.29 #81

Closed Chugga closed 6 years ago

Chugga commented 7 years ago

I've been having some problems using this plugin with Ninja Forms v3.0.29. It doesn't seem to be firing at all. According to the documentation, the $ninja_forms_processing global has been removed. A brief reading of the code suggests that it relies on this variable, is that the case?

Otherwise is there some step I'm missing to ensure that the correct event fires?

I am running Wordpress v4.7.2 with NinjaForms v3.0.29 and Forms: 3rd Party Integration v1.7.1. I am also using the XML Post plugin, but it does not seem to fire at all either way.

Unfortunately I have not been able to get the plugin to produce logs/send emails.

zaus commented 6 years ago

I was going to say it's not using that variable you mentioned -- it's using the hook ninja_forms_process but then I did the obvious CTRL+F and found it.

I can't remember why I didn't use ninja_forms_before_submission or ninja_forms_after_submission instead (from here), but I'll have to look into it.

zaus commented 6 years ago

Probably a dupe of #67