Usage:

This shortcode dynamically fetches an ActiveCampaign form and places it on your WordPress pages.

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

Parameters:

form_id The ID of the form that you want to use.
Default: none.
Required: yes.
status Specify the type of user for which this form should be displayed. Allowed are: “all”, “members” and “visitors”, where “all” means everyone, “members” means logged in contacts and “visitors” means anyone who is not logged in.
Default: “all”
Required: no.
tags Specify one or more tags (comma separated) that a member should have in order to display this form.
Default: none.
Required: no.
exclude_tags Specify one or more tags (comma separated) that a member should not have in order to display this form.
Default: none.
Required: no.
populate Automatically prefills form fields for logged-in contacts.
Default: yes.
Required: no.

Example:

[mbr_form form_id='23']
[mbr_form form_id='23' status='visitors']
[mbr_form form_id='23' status='members' tags='12,My Tag Name' exclude_tags='34, Another Tag Name']
[mbr_form form_id='23' populate='yes' status='members']
[mbr_form form_id='23' populate='no'  status='members']

API:

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