• Resolved rgaribay

    (@rgaribay)


    I have been racking my brain trying to figure this out. I’ve installed Ninja Forms v2.8.13, along with 3rd Party Integration v1.6.3 and I can’t seem to get it to work. I’ve tested it using CF7, which works GREAT! Though my boss wants to use Ninja Forms (for some odd reason or another). I’ve setup my test the same way I have with CF7, using the debug flag, and the email won’t fire. Though I get it via CF7 submission, I don’t get it via Ninja Forms. Also the “action” using hooks won’t fire as well, so I’m not sure what’s going on.

    Can someone help me out?

    What info do you need from me?

    Using WP 4.1 and 3rdPI v1.5.6

    https://www.ads-software.com/plugins/forms-3rdparty-integration/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rgaribay

    (@rgaribay)

    Check that… 3rd Party Integration 1.6.3, sorry.

    Thread Starter rgaribay

    (@rgaribay)

    Well, needless to say, I’m using CF7. There where some issues where $debug[‘mode’] == ‘debug’ on line 555 of file forms-3rdpart-integration.php was throwing an error. Mostly because $debug[‘mode’] didn’t exists (once we go to production). This error caused CF7 not to received a ‘Success’ on return and thus failing to ‘redirect’ to my thank you page. I wrapped this piece of code with an array_key_exists (yeah… I know, noobie)… but that seemed to have worked just fine.

    Plugin Author zaus

    (@zaus)

    Interesting. Your comments led me (after a wild-goose chase) to discover that my development server was mysteriously “halfway” still on PHP 5.2, which is why I never noticed the array key bug you pointed out. I had thought I quashed all those remaining “newer php” issues, but alas…

    Also https://stackoverflow.com/questions/3210935/difference-between-isset-and-array-key-exists

    Thread Starter rgaribay

    (@rgaribay)

    Yeah… Sorry ’bout that…. should of mentioned PHP version. Though it’s weird why it’s not working with Ninja Forms… Actually don’t care anymore as I got to it work with CF7… But maybe someone else might need the info. Just curious, I guess.

    thanks though!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ninja Forms – Not sending Email or POST’ is closed to new replies.