Skip to main content

mbr_form

Usage

This shortcode embeds and displays an ActiveCampaign form in your page/post.

Parameters

ParametersDescription
form_idThe ActiveCampaign form ID to be embedded. The available forms can be found in ActiveMember360, Utilities, Forms.
Default: none.
Required: yes.
statusThe type of user for which this form should be displayed.
Permitted Values: all for everyone, members for ActiveCampaign contacts linked to the logged in user i.e. remote users, visitors for anyone who is not logged in.
Default: all
Required: no.
tagsOne or more ActiveCampaign tag ID's, separated using commas, which the remote user must have in order to embed the form. The available tags can be found in ActiveMember360, Utilities, Tags.
Default: none.
Required: no.
exclude_tagsOne or more ActiveCampaign tag ID's, separated using commas, which the remote user must NOT have in order to embed the form. The available tags can be found in ActiveMember360, Utilities, Tags.
Default: none.
Required: no.
populateAutomatically populate the form fields with ActiveCampaign contact data for remote users.
Permitted Values: true, yes, 1.
Default: yes
Required: no.

Validity

This shortcode is evaluated for any type of visitor.

Conditional Branching

This shortcode does NOT support conditional branching with [ELSE_form].

Nesting

Shortcode nesting is NOT supported.

Examples

Embeds and displays the ActiveCampaign form ID 23 for all visitors. For remote users all fields within the form will be automatically populated with existing values from the ActiveCampaign contact record.

[mbr_form form_id='23']

API

Note

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