Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EZiHosting

    (@renoiriii)

    If the IS form lists a tag as this:
    <tr>
    <td class=”infusion-field-label-container”>
    <label for=”inf_field_FirstName”>First Name *</label>
    </td>
    </tr>
    <tr>
    <td class=”infusion-field-input-container” style=”width:350px;”>
    <input class=”infusion-field-input-container” id=”inf_field_FirstName” name=”inf_field_FirstName” type=”text” />
    </td>
    </tr>

    and

    I have a Contact 7 form with an input like this:
    <p>Your First Name (required)
    [text* inf_field_FirstName] </p>

    and

    I put this in the IS box provided in Contact 7 Form (among others and separated by commas):
    inf_field_FirstName

    and

    I filled in the nfusionSoft App Name and API key,

    the why is it not working?
    It merely send an email but doesn’t seem to shoot anything of the IS.
    If I copy the whole IS form in a WP page it seems to work fine (outside Contact 7 Forms).

    Any advice would be much appreciated.

    Rene

    Plugin Author Ryan Nevius

    (@rnevius)

    This plugin doesn’t use the same input names that InfusionSoft forms do. Please use the Contact Form 7 tag generator to generate the proper tag names for your inputs. In your case, this will probably be:

    [text* infusionsoft-first-name]

    Also, the email will be a required field:

    [email* infusionsoft-email]

    I hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom fields’ is closed to new replies.