Change text on "Renew until..." button in Profile
Is it possible to change the text that is currently being displayed in the "Renew Until" button showing on our member profiles?
For example, a member has a "Renewal due on" date of 01 Jul 2014. On her profile page, there is a button that says "Renew until 01 Jul 2015". I'd like to change the button to say something like "Pay dues through 01 Jul 2015" .
I've used the Global Scripts change the label on the "Send Message" button. Is there similar code for this button?
<div class="actionButtonContainer"><input type="submit" name="ctl00$ContentArea$MemberProfile1$Membership$RenewalButton" value="Renew until 01 Jul 2015" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ContentArea$MemberProfile1$Membership$RenewalButton", "", true, "", "", false, false))" id="ctl00_ContentArea_MemberProfile1_Membership_RenewalButton" class="typeButton" /></div>