Keap

[memb_capture]

Summary
This shortcode allows you to capture the output from another shortcode and store it as a local variable to be used elsewhere on your site.

Description

This shortcode allows you to capture the output from another shortcode and store it as a local variable to be used elsewhere on your site.

Shortcode Examples

Captures the output from the [memb_appname] shortcode and stores it in a local variable field.foo – then using the [memb_echo] shortcode we are displaying that newly created local variable.

[memb_capture capture=field:foo][memb_appname][/memb_capture]
AppName:  [memb_echo value="{{field.foo}}"]

 

Shortcode Parameters

captureLets you specify where to route the captured shortcode/data (?)
txtfmtLets you process the output of this shortcode through text processing functions (?)

Shortcode Attributes

ConditionalNo
NestableNo
Accepts formattingYes
CapturableYes