d9c8b5b15a0d41ff1796fd64d9fdda2498580d06
[civicrm-core.git] / templates / CRM / Contribute / Form / ContributionPage / ThankYou.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2016 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {htxt id="id_thank-title"}
27 {ts}Thank-you and Receipting{/ts}
28 {/htxt}
29 {htxt id="id_thank"}
30 <p>{ts}Use this form to configure the thank-you message and receipting options for this online contribution page. Contributors will see a thank-you page whenever an online contribution is successfully processed. You provide the content and layout of the thank-you section below. You also control whether an electronic receipt is automatically emailed to each contributor - and can add a custom message to that receipt.{/ts}</p>
31 {/htxt}
32
33 {htxt id="id_thankyou-title-title"}
34 {ts}Thank-you Page Title{/ts}
35 {/htxt}
36 {htxt id="id_thankyou-title"}
37 <p>{ts}This title will be displayed at the top of the thank-you / transaction confirmation page.{/ts}</p>
38 {/htxt}
39
40 {htxt id="id_thankyou-text-title"}
41 {ts}Thank-you Message{/ts}
42 {/htxt}
43 {htxt id="id_thankyou-text"}
44 <p>{ts}Enter text (and optional HTML layout) for the thank-you block that will appear at the top of the Thank-you page.{/ts}</p>
45 {/htxt}
46
47 {htxt id="id_footer-text-title"}
48 {ts}Thank-you Page Footer{/ts}
49 {/htxt}
50 {htxt id="id_footer-text"}
51 <p>{ts}Enter link(s) and/or text that you want to appear at the bottom of the thank-you page. You can use this content area to encourage contributors to visit a tell-a-friend page or take some other action.{/ts}<p>
52 <p>{ts}NOTE: Social media links will be automatically included if you have enabled 'Social media sharing' for this page (see the 'Title' tab).{/ts}</p>
53 {/htxt}
54
55 {capture assign=msgUrl}{crmURL p='civicrm/admin/messageTemplates' q="reset=1"}{/capture}
56 {htxt id="id_is-email-receipt-title"}
57 {ts}Automatic Receipting{/ts}
58 {/htxt}
59 {htxt id="id_is-email-receipt"}
60 <p>{ts}Check this box if you want an electronic receipt to be sent automatically to the contributor's email address.{/ts}</p>
61 <p>{ts 1=$msgUrl}The "Contributions - Receipt (on-line)" System Workflow Message Template provides content and formatting for the receipt.
62 You can modify it from <a href="%1">Administer > Communications > Message Templates > System Workflow Messages</a>. You can also provide
63 specific messaging for contributions received via this contribution page using the "Receipt Message" field below.{/ts}</p>
64 {/htxt}
65
66 {htxt id="id_receipt-from-name-title"}
67 {ts}Name of Receipt Sender{/ts}
68 {/htxt}
69 {htxt id="id_receipt-from-name"}
70 <p>{ts}Enter the FROM name to be used in receipt emails.{/ts}</p>
71 {/htxt}
72
73 {htxt id="id_receipt-from-email-title"}
74 {ts}Email Address of Receipt Sender{/ts}
75 {/htxt}
76 {htxt id="id_receipt-from-email"}
77 <p>{ts}Enter the FROM email address to be used in receipt emails.{/ts}</p>
78 {/htxt}
79
80 {htxt id="id_receipt-text-title"}
81 {ts}Additional Receipt Message{/ts}
82 {/htxt}
83 {htxt id="id_receipt-text"}
84 <p>{ts}Enter a message you want included at the beginning of emailed receipts. This message will be inserted at the top of the "Contributions - Receipt (on-line)" System Workflow Message.{/ts}</p>
85 <p>{ts}IMPORTANT: Keep in mind that this message will be included in ALL of the following types of receipts related to this online contribution page{/ts}:
86 <ul>
87 <li>{ts}One-time online contributions{/ts}</li>
88 <li>{ts}Recurring online contributions (if enabled for this page){/ts}</li>
89 <li>{ts}Automatically renewing membership payments (if enabled for this page){/ts}</li>
90 </ul>
91 </p>
92 <p>{ts}NOTE: The text entered here will be used for both TEXT and HTML versions of receipt emails so we do not recommend including HTML tags / formatting here.{/ts}</p>
93 {/htxt}
94
95 {htxt id="id_receipt-cc-title"}
96 {ts}CC Receipts{/ts}
97 {/htxt}
98 {htxt id="id_receipt-cc"}
99 <p>{ts}If you want member(s) of your organization to receive a carbon copy of each emailed receipt, enter one or more email addresses here. Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</p>
100 {/htxt}
101
102 {htxt id="id_receipt-bcc-title"}
103 {ts}BCC Receipts{/ts}
104 {/htxt}
105 {htxt id="id_receipt-bcc"}
106 <p>{ts}If you want member(s) of your organization to receive a BLIND carbon copy of each emailed receipt, enter one or more email addresses here. Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</p>
107 {/htxt}