Connecting Infusionsoft HTML to the widget
-
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” 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 fieldshttps://www.ads-software.com/extend/plugins/genesis-enews-extended/
- The topic ‘Connecting Infusionsoft HTML to the widget’ is closed to new replies.