Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
The link I am using for membership renewals is "...civicrm/contribute/transact?reset=1&id={members.renewal_page_id}&{contact.checksum}&cid={contact.contact_id}" where I have created a custom token for the renewal page id. Everything looks like they are rendering correctly.
is a side step to just have another 'renew' clone of the membership form - that uses a clone of teh profile wiht the 'user required' disabled?
I am not sure what you mean to have "another 'renew' clone"
Quote from: dsdart on February 04, 2014, 04:14:45 pmThe link I am using for membership renewals is "...civicrm/contribute/transact?reset=1&id={members.renewal_page_id}&{contact.checksum}&cid={contact.contact_id}" where I have created a custom token for the renewal page id. Everything looks like they are rendering correctly.Shouldn't the link be constructed as "...civicrm/contribute/transact?reset=1&id={members.renewal_page_id}&cs={contact.checksum}&cid={contact.contact_id}" ?
@dsdart,re: QuoteI am not sure what you mean to have "another 'renew' clone"@petednz was suggesting making another version of the membership renewal page. I think he was suggesting cloning the renewal contribution page.What I did instead was clone the profile that had the create Drupal account selected. In the cloned profile I changed that setting to "do not create account." Then I include the cloned profile in my existing renewal contribution page in place of the original version of the profile.Are you using only one form for new memberships and renewals? If you are, I don't think you'll be able to have the person renew with a checksum without logging in. This issue is a bit confusing. Civi has only has one form for both new memberships and renewals. But for this case, separate versions of the same form need to be created, one for new memberships and one for renewals.Shai