[memb_is_trackable_link]
This Applies to
Summary
This shortcode checks for the presence of GET fields in the URL and displays the content accordingly.
Shortcode Examples
[memb_is_trackable_link fields=contactId] Success [else_memb_is_trackable_link] Failure [/memb_is_trackable_link]
The above shortcode will display “Failure” unless the URL includes the contactID GET variable.
Example URL: “http://keap.memberium.com/documentation/shortcodes/memb_is_trackable_link/?contactId=####” will display the output as “Success”.
Shortcode Parameters
fields: A comma separated list of fields from the Contact table.