Usage:

This shortcode will populate content in a shortcode with a contact’s data, replacing the merge fields with field values.

As merge fields, use ActiveCampaign personalization tags (PERSTAG) with %% before and after the tag.

For example, %FIRSTNAME% would be %%FIRSTNAME%%.

This shortcode will pre-fill contact data on any HTML form, including but not limited to ActiveCampaign forms. The shortcode does not POST any data. This function is performed by the form itself based on the form’s “action” attribute.

This shortcode does NOT support conditional branching with [ELSE_populate].
Shortcode nesting is NOT supported.

Parameters:

cid The ActiveCampaign contact ID that should be used within this shortcode.
Default: the current logged in ActiveCampaign contact .
Required: no. If no, the current logged in ActiveCampaign contact will be used.

Example:

[mbr_populate]
  
  
  
  
  
[/mbr_populate]

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.