CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Membership Renewal Questions
Pages: [1]

Author Topic: Membership Renewal Questions  (Read 985 times)

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Membership Renewal Questions
July 16, 2013, 05:08:09 pm
Folks,

Is it possible to create a form that is ONLY for membership renewals (does NOT allow new member sign-ups on the same form)?

Is it possible to allow renewals without the user being logged it? It might connect to the member via an email address field.

(The particular client who needs this is using Civi 4.1.x. If these functionalities have become available since then, do elaborate.)

Thanks,

Shai Gluskin
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

krypto

  • I post occasionally
  • **
  • Posts: 69
  • Karma: 5
  • IT guy for @bhahumanists. Running Civi on WP.
    • British Humanist Association
  • CiviCRM version: 4.5.8
  • CMS version: WordPress 4.x
  • MySQL version: 5.5.x
  • PHP version: 5.5.x
Re: Membership Renewal Questions
July 18, 2013, 03:46:06 am
I don't think you can have a form just for membership renewals, but we fake this with a form that's only accessible from members' areas - so the only people can access it must be members already. People could theoretically get to it if they knew the link, though, but you could probably add some code to detect non-members accessing the page.

Although Civi will match on email addresses, afaik you can't renew without being logged in (not sure how Civi would tell whether someone wants a new membership or to renew an old one) - but someone may correct me on that. But, you can email a link with a checksum that automatically fills in the person's details. So if the member clicks that they can renew without logging in.

dsdart

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
  • CiviCRM version: 4.4
  • CMS version: Drupal 7.25
  • MySQL version: 5.1.41
  • PHP version: 5.3.1
Re: Membership Renewal Questions
July 23, 2013, 09:23:33 am
We use civi's checksums in the url so that anonymous users can add or renew memberships.  I didn't set it up, so I can't tell you the details, but look into 'checksum'

dsdart

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
  • CiviCRM version: 4.4
  • CMS version: Drupal 7.25
  • MySQL version: 5.1.41
  • PHP version: 5.3.1
Re: Membership Renewal Questions
July 23, 2013, 09:26:19 am
Here is a snippit from one of the email message template that might help:
We sincerely hope that you will take the next five minutes to renew your membership: http://<our website>/civicrm/contribute/transact?reset=1&amp;id=9&amp;{contact.checksum}&amp;cid={contact.contact_id}.

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Re: Membership Renewal Questions
July 23, 2013, 12:04:39 pm
@dsart,

Thanks so much, this was SOOO helpful. It really solved the problem for us.

Shai Gluskin
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Membership Renewal Questions

This forum was archived on 2017-11-26.