Online Membership Auto-Renewal

Former Member
Former Member $organization

Hey Folks!

So, i pretty much know the deal here.  Pledges only, not through the API, use the utility, RTFM.  Right, i know.  But that doesn't translate well to management.  And I always like a good challenge :)

Oh, did I mention i'm on TNEW!

Right now, if I wasn't to provide a method to opt out, I was thinking of having every online membership contribution (Gift) create a CSI, which would prompt a local user to create a corresponding pledge.  If a person phoned to opt out, we could suppress them from the auto renewal utility with an attribute and only run the utility on a list, filtering that attribute.

Does anyone have any thoughts on that process?  Like it or don't?

So, then to complicate things;  i'm also exploring the option to opt-out online.  But the 2 methods i've thought of both have their own issues;

1:  re-purpose TNEW's checkbox on the membership "Decline Benefits" to be "don't auto renew"

That's kinda okay, but it is membership specific in record, although i could search for any on that person.

2:  LWP Validate Cart

I could write a procedure which prompts the user to accept, more an opt in, and store that as an attribute.  But it doesn't guarantee that they actually complete the order.

 

I hope that is clear.  I'd really like to talk with anyone using the auto-renew utility, and discuss processes and workflow.  Or hear from anyone on the above.

Thanks,

James

Parents Reply Children
  • Former Member
    Former Member $organization in reply to Nicholas Hudson-Ellis (Past Staff Member)

    Hi Nicholas,

    In the final version we decided that we wanted to keep things as simple as possible.   For each of the four funds available for donations I was able to re-purpose the messaging using just one address type slot for each fund to collect all of the information we need to at the time of donation.  You can view our Contributions page here:

    https://tickets.grandtheatre.com/dev/contribute.aspx

    It took a bit of creative thinking beyond the examples in documentation to achieve this.  Perhaps you could look at it this way?

    You do not need to use all 6 slots if less will capture all the information you are collecting.  Remember you can use any combination of the three types of slots and arrange them in whatever order you want and with whatever content you want, in the system table I mention above, LTR_TNEW_CONTRIB_TYPE_CONTROLS.  For example, you could have one Notes slot, an Address slot and then two Checkbox slots.

    Duane

  • Thanks for the link Duane, very interesting to see other orgs using the same Contrubution pages.

    I'm going to explore the slots a bit more and post back with the result.

    Thanks all :)

  • Former Member
    Former Member $organization in reply to Former Member

    Thanks for sharing Duane!  So, could you elaborate on how your org handles your "Monthly Giving Circle"?

    Do you have a process for reviewing these contributions daily and creating corresponding pledges? or do you have an automated job/procedure?

    James