From c9102d812a3d38cd064634025ca41ed65744a475 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 2 Jul 2014 14:33:08 -0700 Subject: [PATCH] CRM-14871 - Update configure contribution page help to reflect inline profile editor. ---------------------------------------- * CRM-14871: https://issues.civicrm.org/jira/browse/CRM-14871 --- .../Contribute/Form/ContributionPage/Custom.hlp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Custom.hlp b/templates/CRM/Contribute/Form/ContributionPage/Custom.hlp index 4e57124582..dd6b7b0189 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Custom.hlp +++ b/templates/CRM/Contribute/Form/ContributionPage/Custom.hlp @@ -28,20 +28,20 @@ {/htxt} {htxt id="contrib-profile"}

- {ts}If you want collect additional information from contributors, you will need to configure one or two CiviCRM Profiles - which are collections of standard or custom fields. You may need to information about the person (e.g. name and address if these are not already required by your payment processor, interest in subscribing to a newsletter or volunteering). You might also want to collect information specific to this contribution (e.g. target one or several projects or funds to support with this contribution).{/ts} + {ts}If you want collect additional information from contributors, you can include one or two CiviCRM Profiles - which are collections of standard or custom fields - in this contribution page. For example, you may need to collect information about the person (e.g. name and address if these are not already required by your payment processor, interest in subscribing to a newsletter or volunteering). You might also want to collect information specific to this contribution (e.g. target one or several projects or funds to support with this contribution).{/ts}

- {ts}If you haven't already configured custom fields and a profile for this, you can save this screen without selecting a Profile, complete the steps below and then return to Manage Contribution Page and select your new profile.{/ts} + {ts}Your site may already have profile(s) which were previously created for this purpose, in which case you can re-use them for any number of online contribution pages.{/ts} + {ts}If you haven't already configured custom fields and a profile to collect data you need for this form, you can create them here using the steps below.{/ts}

    -
  1. {ts}Create a custom field group which is 'Used for' Contacts or Contributions depending on what type of information you're collecting.{/ts}
  2. -
  3. {ts}Add your field(s) this custom field group.{/ts}
  4. -
  5. {ts}Create a profile (e.g. 'Contribution Information').{/ts}
  6. -
  7. {ts}Add your custom field(s) to this profile as profile fields.{/ts}
  8. -
  9. {ts}Return to this screen (Administer CiviCRM » CiviContribute » Manage Contribution Pages » Configure » Include Profiles) and select your profile.{/ts}
  10. +
  11. {ts}Create a new profile by clicking the 'Create' button next to 'Include Profile' field below. Name your new profile (e.g. 'Contribution Information').{/ts}
  12. +
  13. {ts}Add any existing fields needed by dragging them into the profile form builder.{/ts}
  14. +
  15. {ts}If you need to create new custom fields, you can also do that within the profile editor. Then add the new custom field(s) to this profile by dragging them into the form builder.{/ts}
  16. +
  17. {ts}Save your profile to return to this screen. You can preview it from here by clicking the Preview (microsope) button.{/ts}
{capture assign=docLinkCustom}{docURL page="user/organising-your-data/custom-fields" text="custom fields"}{/capture} -{capture assign=docLinkProfile}{docURL page="user/the-user-interface/profiles" text="profiles"}{/capture} +{capture assign=docLinkProfile}{docURL page="user/organising-your-data/profiles" text="profiles"}{/capture}

{ts 1=$docLinkCustom 2=$docLinkProfile}Refer to the online documentation for more details on creating %1 and %2.{/ts}

-- 2.25.1