• Hello,

    I’m trying to integrate Infusionsoft with Genesis enews Extended and am having some issues.

    I originally referenced this article below originally, but am having trouble identifying my “hidden fields.”

    https://www.ads-software.com/support/topic/connecting-infusionsoft-html-to-the-widget/

    I was wondering if you could help me translate my Infusionsoft HTML code (below) to the fields for the plugin?

    I’m unsure how to handle the hidden fields and which part of the code from this HTML goes where.

    Thanks. Here is the code.

    Infusionsoft HTML CODE:
    <form accept-charset=”UTF-8″ action=”https://an302.infusionsoft.com/app/form/process/962a0fa9ff97388b99f0fa35018d6a48″ class=”infusion-form” method=”POST”>
    <input name=”inf_form_xid” type=”hidden” value=”962a0fa9ff97388b99f0fa35018d6a48″ />
    <input name=”inf_form_name” type=”hidden” value=”ELH.COM – WordPress Subscribe” />
    <input name=”infusionsoft_version” type=”hidden” value=”1.57.0.58″ />
    <div class=”infusion-field”>
    <label for=”inf_field_FirstName”>First Name *</label>
    <input class=”infusion-field-input-container” id=”inf_field_FirstName” name=”inf_field_FirstName” type=”text” />
    </div>
    <div class=”infusion-field”>
    <label for=”inf_field_Email”>Email *</label>
    <input class=”infusion-field-input-container” id=”inf_field_Email” name=”inf_field_Email” type=”text” />
    </div>
    <div class=”infusion-submit”>
    <input type=”submit” value=”SUBSCRIBE” />
    </div>
    </form>
    <script type=”text/javascript” src=”https://an302.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=6f299d6e9e0829226da12692102c78b3″></script>

    Right now, I have my:

    FORM ACTION:
    https://an302.infusionsoft.com/app/form/iframe/962a0fa9ff97388b99f0fa35018d6a48

    FIRST NAME:
    inf_field_FirstName

    EMAIL:
    inf_field_Email

    HIDDEN FIELDS?
    Is it the below?
    <input name=”inf_form_xid” type=”hidden” value=”962a0fa9ff97388b99f0fa35018d6a48″ />
    <input name=”inf_form_name” type=”hidden” value=”ELH.COM – WordPress Subscribe” />
    <input name=”infusionsoft_version” type=”hidden” value=”1.57.0.58″ />

    When I try to test the plugin with just the FORM ACTION, FIRST NAME, EMAIL, AND HIDEEN codes above it sends me to this crazy error page.

    Can someone help me?

    I think @kraftbj is the plugin’s author? How can I bring him to this thread?

    Thank you!
    Kate

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help needed integrating Gensis enews Extended plugin with Infusionsoft’ is closed to new replies.