v2.2.002

New Shortcode:

Added new shortcodes for the entire subscriber contact record

Each of the following shortcodes “pulls” its information from your Infusionsoft application for the current user/subscriber.

These new shortcodes enable you to create and populate Infusionsoft webforms without having to manually define each shortcode in the “Field Shortcodes” module.

The Infusionsoft doesn't provide a reliable method for extracting the names of custom fields. For custom fields, you should continue using the “Field Shortcodes” module.

For those of you who develop template pages in PHP, you can obtain these values by using the array $i4w->DBSHORT, where each field name is a key in the array.

The following shortcodes were added:

[i4w_db_Address1Type]
[i4w_db_Address2Street1]
[i4w_db_Address2Street2]
[i4w_db_Address2Type]
[i4w_db_Address3Street1]
[i4w_db_Address3Street2]
[i4w_db_Address3Type]
[i4w_db_Anniversary]
[i4w_db_AssistantName]
[i4w_db_AssistantPhone]
[i4w_db_BillingInformation]
[i4w_db_Birthday]
[i4w_db_City]
[i4w_db_City2]
[i4w_db_City3]
[i4w_db_Company]
[i4w_db_CompanyID]
[i4w_db_ContactNotes]
[i4w_db_ContactType]
[i4w_db_Country]
[i4w_db_Country2]
[i4w_db_Country3]
[i4w_db_CreatedBy]
[i4w_db_DateCreated]
[i4w_db_Email]
[i4w_db_EmailAddress2]
[i4w_db_EmailAddress3]
[i4w_db_Fax1]
[i4w_db_Fax1Type]
[i4w_db_Fax2]
[i4w_db_Fax2Type]
[i4w_db_FirstName]
[i4w_db_Groups]
[i4w_db_Id]
[i4w_db_JobTitle]
[i4w_db_LastName]
[i4w_db_LastUpdated]
[i4w_db_LastUpdatedBy]
[i4w_db_Leadsource]
[i4w_db_MiddleName]
[i4w_db_Nickname]
[i4w_db_OwnerID]
[i4w_db_Password]
[i4w_db_Phone1]
[i4w_db_Phone1Ext]
[i4w_db_Phone1Type]
[i4w_db_Phone2]
[i4w_db_Phone2Ext]
[i4w_db_Phone2Type]
[i4w_db_Phone3]
[i4w_db_Phone3Ext]
[i4w_db_Phone3Type]
[i4w_db_Phone4]
[i4w_db_Phone4Ext]
[i4w_db_Phone4Type]
[i4w_db_Phone5]
[i4w_db_Phone5Ext]
[i4w_db_Phone5Type]
[i4w_db_PostalCode]
[i4w_db_PostalCode2]
[i4w_db_PostalCode3]
[i4w_db_ReferralCode]
[i4w_db_SpouseName]
[i4w_db_State]
[i4w_db_State2]
[i4w_db_State3]
[i4w_db_StreetAddress1]
[i4w_db_StreetAddress2]
[i4w_db_Suffix]
[i4w_db_Title]
[i4w_db_Username]
[i4w_db_Website]
[i4w_db_ZipFour1]
[i4w_db_ZipFour2]
[i4w_db_ZipFour3]

Usage:

[i4w_db_Email] would return the current user's email address, as stored in your Infusionsoft application.

Scroll to Top