• For Infusionsoft users This is a must if you are using WordPress to host your surveys or web forms and you have a multi-step process you want your visitors to use.

    I had to use the HTML code provided by infusionsoft (rather than the Javascript Snippet for the web form) as I needed to finesse the styling beyond what was available within Infusionsoft itself.

    As a result, the vital info which distinguishes each visitor wasn’t being picked up UNLESS you used this plugin.

    I had this info being passed to hidden fields from form to form so that every time the next form was submitted infusionsoft knew which visitor it belonged to.

    as an example, if you wanted to pass on the email field from form to form in a hidden field, then the infusionsoft code for that field would look something like this:

    <input id="Email" name="inf_field_Email" type="hidden" value="" />

    After installing the plugin, you’d add this to the HTML code you got from infusionsoft to make it look like this:

    <input id="Email" name="inf_field_Email" type="hidden" value="[urlparam param="inf_field_Email" /]" />

    Hope others find this useful, and great job on the plugin!

  • The topic ‘Works like a charm!’ is closed to new replies.