[memb_request]
This Applies to
OTHER DOCS Available
Summary
This shortcode displays the requested GET variable from a URL.
Shortcode Examples
A simple example of the shortcode with all parameters would be
[memb_request name=keyname txtformat=function1,function2]
The shortcode to display the first name will be
[memb_request name=inf_field_FirstName]
The shortcode to display the email will be
[memb_request name=inf_field_Email]
Shortcode Parameters
name: name of the contact field
txtformat (optional) list of text functions to apply to output
If no key is supplied, the entire array is returned using print_r