Setting Up CiviContribute Forms For Anonymous Users (ACLs and User Access)
on
September 16, 2008
Setting Up CiviContribute Forms For Anonymous Users (ACLs and User Access)
Here is a little tip that will make your life easier, especially the first time you go down the road of setting up CiviCRM's CiviContribute forms for a website where anonymous users will be making donations (not anonymous donations, just users that are not logged in).
When setting up CiviContribute you need to grant access via the Drupal User Access to "make online contributions" to anonymous users, AND you also need to add an ACL to CiviCRM for "Everyone" to access the profile you are using for online donations.
should be altered to
Catch the difference there? its the "?" just replace it with a "/".
- Visit /admin/user/access to set the Drupal User Access
- Visit /civicrm/civicrm/acl?reset=1&action=browse
/civicrm/contribute/transact?reset=1&id=1
should be altered to
/civicrm/contribute/transact/reset=1&id=1
Catch the difference there? its the "?" just replace it with a "/".












