• Resolved d2testuser

    (@d2testuser)


    Hubspot is no longer receiving submissions from our form on wordpress.
    We are using Contact Form 7 v5.2 & Contact Form 7 – HubSpot v1.1.0

    In debugging, I noticed that the cf7_hs_integration() function searches for the form id:
    if ( isset( $request[‘_wpcf7’] ) ) {
    $form_id = intval( $request[‘_wpcf7’] );
    }

    But this ‘_wpcf7’ array key does not appear to exist. When I output the whole $submission object,
    I see it here instead:
    WPCF7_Submission Object
    (
    [contact_form:WPCF7_Submission:private] => WPCF7_ContactForm Object
    (
    [id:WPCF7_ContactForm:private] => 5

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor sbazzi

    (@sbazzi)

    @d2testuser

    Thank You for the details. One of our team members will get back with you shortly,

    Feel free to email our support staff direct on https://www.crmperks.com

    Thank You – Sam

    Plugin Author CRM Perks

    (@crmperks)

    our plugin does not use “cf7_hs_integration”
    did you create feed and submitted form
    did you check hubspot logs
    send me its screenshot

    Thread Starter d2testuser

    (@d2testuser)

    My Apologies — This post has been made in error. I have just noticed the plugin that has been installed is the same name as this one, but was written by someone else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Form ID’ is closed to new replies.