Changeset 723976
- Timestamp:
- 06/07/2013 01:16:10 PM (13 years ago)
- Location:
- ngp-forms
- Files:
-
- 13 added
- 1 edited
- 1 copied
-
tags/1.2 (copied) (copied from ngp-forms/trunk)
-
tags/1.2/LICENSE (added)
-
tags/1.2/NgpDonation.php (added)
-
tags/1.2/NgpEmailSignup.php (added)
-
tags/1.2/NgpVolunteer.php (added)
-
tags/1.2/credit-card-logos-amex.png (added)
-
tags/1.2/credit-card-logos.png (added)
-
tags/1.2/ngp-donation-frontend.php (added)
-
tags/1.2/ngp-forms.php (added)
-
tags/1.2/ngp-functions.php (added)
-
tags/1.2/ngp-manage.php (added)
-
tags/1.2/ngp-signup-frontend.php (added)
-
tags/1.2/ngp-volunteer-frontend.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ngp-forms/trunk/readme.txt
r723969 r723976 34 34 Place this short tag on the appropriate page or article: 35 35 36 == == `[ngp_show_donation]`====36 == `[ngp_show_donation]` == 37 37 38 38 You can set custom amounts for the donation amount in two ways: … … 60 60 `[ngp_show_donation custom_amt_off="true"]` 61 61 62 == === Careful! =====62 == Careful! == 63 63 64 64 _If you turn off the custom amount field and you're using the Donation Invite form, you'll have constituents entering amounts that can't be found in the form and don't have a chance of getting placed in a custom amount field!_ 65 65 66 == === Donation Suggested jQuery =====66 == Donation Suggested jQuery == 67 67 68 68 We use the following on our donation pages to make sure that the user understands that the radio buttons and the input field are for the same thing. If the user doesn't support javascript and the custom field holds a value, it always overrides whatever's selected in the radio buttons. … … 75 75 }); 76 76 77 == == `[ngp_show_volunteer]` ====77 == `[ngp_show_volunteer]` == 78 78 79 79 You can set custom thanks URL for the donation process by putting the url in the embed tag: … … 83 83 The volunteer thanks URL defaults to: `/thank-you-for-volunteering` 84 84 85 == == `[ngp_show_signup]` ====85 == `[ngp_show_signup]` == 86 86 87 87 You can set custom thanks URL for the email signup process by putting the url in the embed tag: … … 91 91 The email signup thanks URL defaults to: `/thank-you-for-signing-up` 92 92 93 == === Signup Extensive Options =====93 == Signup Extensive Options == 94 94 95 95 Signup can make use of the COO API, if you happen to have credentials for that particular NGP API endpoint. This API allows you to send in less comprehensive data for signups. … … 103 103 Be aware that this data will end up in your NGP consituents database without any other accompanying information if a match cannot be made to existing data. 104 104 105 == == `[ngp_donation_invite_form url="/donate"]` ====105 == `[ngp_donation_invite_form url="/donate"]` == 106 106 107 107 You must set the url that the donation invite form heads to. It must be a relative URL.
Note: See TracChangeset
for help on using the changeset viewer.