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 CiviMail (Moderator: Piotr Szotkowski) »
  • constructing link to CiviMember page
Pages: [1]

Author Topic: constructing link to CiviMember page  (Read 829 times)

JoeMurray

  • Administrator
  • Ask me questions
  • *****
  • Posts: 578
  • Karma: 24
    • JMA Consulting
  • CiviCRM version: 4.4 and 4.5 (as of Nov 2014)
  • CMS version: Drupal, WordPress, Joomla
  • MySQL version: MySQL 5.5, 5.6, MariaDB 10.0 (as of Nov 2014)
constructing link to CiviMember page
December 07, 2009, 08:46:26 am
I'm trying to sort out how to allow contacts without Drupal user accounts to be sent a membership renewal notice email with a link that will take them to a CiviMember form that is pre-filled with their information. There seems to be some variation here in the forum and in the wiki on how the checksum is included in the url:

http://issues.civicrm.org/jira/browse/CRM-3853 suggests:
http://demo.civicrm.org/civicrm/contribute/transact?reset=1&id=1&c{contact.checksum}

Other places seem to suggest cid= or c= before {contact.checksum}. We've tried putting
http://myorg.org/fr/civicrm/contribute/transact?reset=1&id=7&{contact.checksum}&cid={contact.contact_id}&lcMessages=fr_FR

and got:

http://myorg.org/fr/civicrm/contribute/transact?reset=1&id=7&cs=38965f9ff366e179ac59f50851121436_1259732955_168&cid=4&lcMessages=fr_FR

But this does not populate the form for us? Suggestions?
Co-author of Using CiviCRM https://www.packtpub.com/using-civicrm/book

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: constructing link to CiviMember page
December 07, 2009, 10:31:52 am
Hi Joe afaik

Important! You must turn off Tracking checksums to work - at Step 2 of CiviMailing.

The CiviContribute checksum link looks like this:

.../civicrm/contribute/transact?reset=1&gid=N&id={contact.contact_id}&{contact.checksum}

where N is the ID of the Profile you want to send them to.

And I see this is same recipe as here http://wiki.civicrm.org/confluence/display/CRMDOC/Linking+Profiles but not here http://wiki.civicrm.org/confluence/display/CRMDOC/Mail-merge+Tokens+for+Contact+Data ;-(
« Last Edit: December 07, 2009, 01:05:51 pm by peterd »
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • constructing link to CiviMember page

This forum was archived on 2017-11-26.