• We are using Ninja Forms with the Forms 3rdParty Integration plugin. No matter what we try, the form will not submit when the plugin is active. We always get a “Too many redirects” error.

    Here is the full Debug report. Any assistance with be great! Thanks!

    *** Service ***
    Array
    (
    [name] => Pardot
    [url] => https://go.pardot.com/XXXXXXX
    [forms] => Array
    (
    [0] => njn_113
    )
    
    [success] =>
    [failure] =>
    [timeout] => 45
    [mapping] => Array
    (
    [0] => Array
    (
    [lbl] => email
    [src] => 554
    [3rd] => Email (r)
    )
    
    [1] => Array
    (
    [lbl] => first name
    [src] => 550
    [3rd] => First Name
    )
    
    [2] => Array
    (
    [lbl] => Last Name
    [src] => 553
    [3rd] => Last Name
    )
    
    )
    )
    
    *** Post (Form) ***
    https://www.XXXXX.com/pardot-form-test/
    Array
    (
    [570] =>
    [554] => [email protected]
    [551] =>
    [552] => *
    [550] => Test
    [553] => Test
    [569] =>
    [IP Address] =>
    [Email] => [email protected]
    [User IP] =>
    [] => *
    [First Name] => Test
    [Last Name] => Test
    [Submit] =>
    )
    
    *** Post (to Service) ***
    Array
    (
    [timeout] => 45
    [body] => Array
    (
    [Email (r)] => [email protected]
    [First Name] => Test
    [Last Name] => Test
    )
    
    )
    
    *** Response ***
    WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => Too many redirects
    )
    
    )
    
    [error_data] => Array
    (
    )
    )
    
    
Viewing 1 replies (of 1 total)
  • Ninja Forms 3 no longer users field ID’s. They use a a field/merge key. You’ll need to isolate the field key by selecting your field > Administration > Field Key

    Example: {field:first_name_123456789}

    Once you’ve found the field keys for all the fields you’re trying to map, you’ll need to do some trial and error. Not sure which format will work, as I haven’t tried this yet.

    Try with brackets (example only, your field key will be different): {field:first_name_123456789}

    Try without: field:first_name_123456789

    The NinjaForms webhook plugin uses brackets. The 3rd Party forms plugin may not.

    • This reply was modified 6 years, 10 months ago by griffigr.
Viewing 1 replies (of 1 total)
  • The topic ‘Ninja Forms Failure to Submit’ is closed to new replies.