• Resolved edferrigan

    (@edferrigan)


    Hi Brandon
    I was wondering if you could help me translate my Infusionsoft HTML code to the formula you discuss on your website? Im especially unsure how to handle the hidden fields and which part of the code from this HTML goes where. Thanks. Here is the code.

    <form accept-charset=”UTF-8″ action=”https://op133.infusionsoft.com/app/form/process/2b6af406813070bd80dc4247b951f7cf&#8221; class=”infusion-form” method=”POST”>
    <input name=”inf_form_xid” type=”hidden” value=”2b6af406813070bd80dc4247b951f7cf” />
    <input name=”inf_form_name” type=”hidden” value=”Sign up for download freebie” />
    <input name=”infusionsoft_version” type=”hidden” value=”1.28.7.21″ />
    <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=”Submit” />
    </div>
    </form>

    Pasting them here below would be awesome. Thanks

    Fields on your widget:
    Form Action
    email field
    first name
    last name
    hidden fields

    http://wordpress.org/extend/plugins/genesis-enews-extended/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter edferrigan

    (@edferrigan)

    I figured this one out. Posted another issue though. Thanks

    hello…

    can you enlighten me on how you got this to correctly submit? I used the https:// address for the form action field, inf_field_Email for the email address but im getting an error 640 when i hit submit. my infusionsoft html looks almost identical to yours.

    Thanks

    Thread Starter edferrigan

    (@edferrigan)

    Its been a while so Im not remembering how I figured it out but these are the inputs I used that work. Just translate to your own code. I started out with the code above and nailed it down to this info.
    Ed

    Form Action
    https://op133.infusionsoft.com/app/form/process/2b6af406813070bd80dc4247b951f7cf

    email field
    inf_field_Email

    First Name field
    inf_field_FirstName

    hidden
    <input name=”inf_form_xid” type=”hidden” value=”2b6af406813070bd80dc4247b951f7cf” />
    <input name=”inf_form_name” type=”hidden” value=”Sign up for download freebie” />
    <input name=”infusionsoft_version” type=”hidden” value=”1.28.7.21″ />

    Thank you for the help. I had the fields the same as you, but it turns out I am a dunce and can’t copy and paste correctly. After looking at this then at mine I was able to resolve the issue so thanks again, kind sir.

    Hi all I’m having similar issues

    @edferrigan do you mean you just pasted the field class name into the widget instead of the full input code?

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    That’s correct. The plugin builds the input field to match the StudioPress styling, so only the field name is required.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Connecting Infusionsoft HTML to the widget’ is closed to new replies.