Keap

[memb_tag_date]

Summary
This shortcode displays the date and time of when a specific tag was added to the logged in users account. This shortcode relies on detailed tag data…

Description

This shortcode displays the date and time of when a specific tag was added to the logged in users account. This shortcode relies on detailed tag data that is not synchronized by default.  If you wish to use this shortcode, please turn on Synchronize Tag Dates from Memberium->Settings->Performance.

Shortcode Examples

The shortcode to display the date and time of when the tag was added is:

[memb_tag_date tagids="###"]

The shortcode to display only the date of when the tag was added is:

[memb_tag_date tagids="1432" date_format="jS F, Y"]

Shortcode Parameters

captureLets you capture the output of this shortcode and route it to the destination of your choice (?)
date_formatThis is the C/PHP date formatting code used to describe how the date is formatted on output. the default format is “l, F dS, Y, g:sA e”. Please see this entry for more information on date formatting. (?)
defaultThe default text to display if there is no tag applied.
tag_idsThe list of tags to display dates for.
txtfmtLets you process the output of this shortcode through text processing functions (?)

FAQ

Can I use this shortcode as an Admin?

No.  This shortcode relies exclusively on tag data associated with an Infusionsoft contact.  Since Administrator accounts are disconnected from Infusionsoft contacts, this shortcode cannot work with Administrators or any other “Local Only” user.

Shortcode Attributes

ConditionalNo
NestableNo
Accepts formattingYes
CapturableYes