Skip to main content

mbr_http_post

Usage

This shortcode returns the contents of the specified $_POST variable.

Parameters

ParametersDescription
varThe name of the $_POST variable to retrieve.
Default: none.
Required: yes.

Validity

This shortcode is evaluated for any type of visitor.

Conditional Branching

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

Nesting

Shortcode nesting within is NOT supported.

Examples

Will return the contents of $_POST['test_post'] if it exists.

[mbr_http_post var='test_post']

API

Note

There is no ActiveMember360 API function equivalent for this shortcode. Please use standard PHP functions.