Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Ryan Nevius

    (@rnevius)

    Hi Matt,

    I’m not sure how that other plugin handles things…so I’m not 100% positive I can provide a solution. My guess is that we’re both including the same InfusionSoft SDK in our plugins.

    If you’re able, try the following:

    1. Open up the cf7-insufionsoft-addon.php file (probably located in /path/to/wp-content/plugins/contact-form-7-infusionsoft-addon/)
    2. Move line 11 ( require_once('src/isdk.php'); ) to line 165 ( right before $app = new iSDK(); )
    3. Save your changes
    4. Try activating the plugin

    While I believe this should allow you to activate the plugin, I’m not sure if you’ll still be able to submit data to InfusionSoft.

    Can you give it a shot and let me know if things are working OK for you? If so, I’ll push an official update.

    Hi Ryan,

    I was working with Matt on this. I’ve made the line change and activated the plugin. For some reason the Plug-In is not communicating with InfusionSoft.

    I have the API entered and the Tag in the tag box. The email will send to me but it won’t create a contact.

    Any thoughts?

    Plugin Author Ryan Nevius

    (@rnevius)

    DopeyDarkhorse,

    Can you share the form with me (as it has been set up in the Contact Form 7 Admin)?

    <h3>Learn How to Improve Patient Care with Botox?, Dermal Fillers & Lasers</h3>
    <div class=”three-fifth”>
    <p>[text* infusionsoft-first-name placeholder “First Name”] </p>
    <p>[text* infusionsoft-last-name placeholder “Last Name”] </p>
    <p>[text* infusionsoft-phone placeholder “Phone”] </p>
    <p>[text* infusionsoft-email placeholder “Email”] </p>
    </div>
    <div class=”two-fifth”>
    <p class=”cta_button”>[submit “Contact Us Now”]</p>
    </div>

    The form submits but it hangs after submitting at what I am assuming it attempting communication with InfusionSoft. Could this be the result of the alteration in the php file?

    any thoughts Ryan?

    There’s a 500 error

    Google Dev Tools says:
    POST https://ptifa.com/ 500 (Internal Server Error)m.ajaxTransport.send @ jquery.js:4m.extend.ajax @ jquery.js:4e.fn.ajaxSubmit @ jquery.form.min.js:11t @ jquery.form.min.js:11m.event.dispatch @ jquery.js:3m.event.add.r.handle @ jquery.js:3

    Plugin Author Ryan Nevius

    (@rnevius)

    It sounds like there is some sort of JS conflict…My plugin doesn’t use JS for form submissions. Is it possible that another plugin is causing a conflict with Contact Form 7?

    If you send me a private message with your WP site credentials and InfusionSoft credentials, I can take a closer look.

    Hey Ryan, that would be awesome. I couldn’t figure out how to send a PM here so I reached out via your website form.

    Thanks,

    Hey folks – having the same issue. Were you able to resolve it? (moved line 11 to 165 and communication with IS stopped)

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Conflict with WooCommerce plugin!’ is closed to new replies.