Home Forums Newsletter Plugin Support Infusionsoft

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172609
    anonymouse
    Participant

    Does anyone have any experience with intergating it with infusionsoft? mainly need it so lead generated by single email signups are collected to CRM and attributed correctly

    #172881
    anonymouse
    Participant

    Ok so here is the code from infusionsoft to embed its form, I guess this could be modified so we can pass data to both infusionsoft and the newsletter plugin.

    Any help would be appreciated

    <form accept-charset="UTF-8" action="https://xxx.infusionsoft.com/app/form/process/88ceaee90d90bf6288bfe362c14c0572" class="infusion-form" id="inf_form_88ceaee90d90bf6288bfe362c14c0572" method="POST">
    <input name="inf_form_xid" type="hidden" value="88ceaee90d90bf6288bfe362c14c0572" />
    <input name="inf_form_name" type="hidden" value="xxx.com website subscriber" />
    <input name="infusionsoft_version" type="hidden" value="1.70.0.99522" />
    <div class="infusion-field">
    <label for="inf_field_Email">Email *</label>
    <input class="infusion-field-input" id="inf_field_Email" name="inf_field_Email" placeholder="Email *" type="text" />
    </div>
    <div>
    <div> </div>
    </div>
    <div class="infusion-submit">
    <button class="infusion-recaptcha" id="recaptcha_88ceaee90d90bf6288bfe362c14c0572" type="submit">Submit</button>
    </div>
    </form>
    <script type="text/javascript" src="https://xxx.infusionsoft.app/app/webTracking/getTrackingCode"></script>
    <script type="text/javascript" src="https://xxx.infusionsoft.com/resources/external/recaptcha/production/recaptcha.js?b=1.70.0.99522"></script>
    <script src="https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit" async="async" defer="defer"></script>
    <script type="text/javascript" src="https://xxx.infusionsoft.com/app/timezone/timezoneInputJs?xid=88ceaee90d90bf6288bfe362c14c0572"></script>`

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.