How to Show Members Their Next Renewal Date

A member's renewal date can be displayed to let them know when they will be automatically rebilled if on a recurring plan, or the end of their subscription if on a non-recurring member plan.

Add this cf tag to any page where ever you would like the date to appear.

 <cf_mgrenewaldate fontcolor="000000"> 

Customization

The renewal date tag can be further customized with the following attributes:

fontcolor="ffffff"
backgroundcolor="000000"
bordercolor="ff0000"

Any of those attributes can be edited with the hexadecimal colors of your choice.

Blue Background with White Font and Black Toned Border

 <cf_mgrenewaldate fontcolor="ffffff" backgroundcolor="0069D9" bordercolor="0069D9"> 

White Background with Black Font and Black Border

 <cf_mgrenewaldate fontcolor="000000" backgroundcolor="ffffff" bordercolor="000000">