[memb_capture]
This Applies to
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.
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}}"]