Inserting name of designation into donation form thank you emails
Comments
-
I'm asking around on this one. I can't find a way to do this either. I'll share what I find out.
Kent
0 -
Kent Gilliam:
I'm asking around on this one. I can't find a way to do this either. I'll share what I find out.
Kent
Thank you, Kent.
My original idea was to associate an interest group with each designation and create a (giant) conditional statement. But, I don't think this will work if the donor is in multiple interest groups.
- Kevin
0 -
Kevin Reid:
Thank you, Kent.
My original idea was to associate an interest group with each designation and create a (giant) conditional statement. But, I don't think this will work if the donor is in multiple interest groups.
- Kevin
So you could do this with a nested conditional. It would display the very first one in the syntax. But you are limited to 22 (if I remember correctly) tests in a nested conditional.
You could do it something like this:
[[?xTRUEx::x[[S45:10982]]x::
[[S51:designated_gift_A]]
::
[[?xTRUEx::x[[S45:10981]]x::
[[S51:designated_gift_B]]
::
[[?xTRUEx::x[[S45:11021]]x::
[[designated_gift_C]]
::
[[?xTRUEx::x[[S45:11001]]x::
[[S51:designated_gift_D]]
::
[[?xTRUEx::x[[S45:11022]]x::
[[S51:designated_gift_E]]
::
[[?xTRUEx::x[[S45:11023]]x::
[[S51:designated_gift_F]]
::
[[?xTRUEx::x[[S45:11024]]x::
Designated Gift Name ]] ]] ]] ]] ]] ]] ]]You can have the code test if they are in a specific opt-in group (s45) and then have it render a specific page (s51) with designated gift info or you could just replace the S51 tag info with "Designated Gift Name Here."
Obviously there's some heavy front-end work to be done but once you got it put together it would take care of itself.
Kent
0 -
Kent Gilliam:
So you could do this with a nested conditional. It would display the very first one in the syntax. But you are limited to 22 (if I remember correctly) tests in a nested conditional.
You could do it something like this:
[[?xTRUEx::x[[S45:10982]]x::
[[S51:designated_gift_A]]
::
[[?xTRUEx::x[[S45:10981]]x::
[[S51:designated_gift_B]]
::
[[?xTRUEx::x[[S45:11021]]x::
[[designated_gift_C]]
::
[[?xTRUEx::x[[S45:11001]]x::
[[S51:designated_gift_D]]
::
[[?xTRUEx::x[[S45:11022]]x::
[[S51:designated_gift_E]]
::
[[?xTRUEx::x[[S45:11023]]x::
[[S51:designated_gift_F]]
::
[[?xTRUEx::x[[S45:11024]]x::
Designated Gift Name ]] ]] ]] ]] ]] ]] ]]You can have the code test if they are in a specific opt-in group (s45) and then have it render a specific page (s51) with designated gift info or you could just replace the S51 tag info with "Designated Gift Name Here."
Obviously there's some heavy front-end work to be done but once you got it put together it would take care of itself.
Kent
Kevin,
I don't have a way to test these but Ken said you might try testing these in a test transaction and see if they work:
- S120:dc:designatedAddonFmv
- S120:dc:designatedAddonPrice
- S120:dc:designeeNames
Now if you want to render something on these outside of the transaction flow then you'll have to do the conditional group method.
Kent
0 -
Hi All,
Any new information on this? My client would like to be able to add at least the designation name to the acknowlegement emails and confirmation pages. I would really rather not have to build out a unique donation form for each designation and fudge a way to get the donor to the correct form while making it look like a single donation experience.
Regards,
JP0 -
Give [[S120:dc:designeeNames]] a try. Seems like that should be it.
Edit: I found my old test of S120 in PageBuilder. I think this is all of them. By the way, the STag params are case sensitive and the documentation has at least one mistake.
<p>[[S120: dc: additionalGift]]</p>
<p>[[S120: dc: anonymousDonation]]</p>
<p>[[S120: dc: cVSHeader]]</p>
<p>[[S120: dc: campaignId]]</p>
<p>[[S120: dc: campaignName]]</p>
<p>[[S120: dc: campaignType]]</p>
<p>[[S120: dc: city]]</p>
<p>[[S120: dc: class]]</p>
<p>[[S120: dc: contactInfo]]</p>
<p>[[S120: dc: country]]</p>
<p>[[S120: dc: creditCardDonation]]</p>
<p>[[S120: dc: creditCardExpirationDate]]</p>
<p>[[S120: dc: creditCardNumber]]</p>
<p>[[S120: dc: creditCardType]]</p>
<p>[[S120: dc: designatedAddonFmv]]</p>
<p>[[S120: dc: designatedAddonPrice]]</p>
<p>[[S120: dc: designeeNames]]</p>
<p>[[S120: dc: discountCode]]</p>
<p>[[S120: dc: donFormId]]</p>
<p>[[S120: dc: donationFormName]]</p>
<p>[[S120: dc: donationInfo]]</p>
<p>[[S120: dc: donationLevelId]]</p>
<p>[[S120: dc: donationLevelName]]</p>
<p>[[S120: dc: donationLevelValue]]</p>
<p>[[S120: dc: donorAddress]]</p>
<p>[[S120: dc: donorCity]]</p>
<p>[[S120: dc: donorCountry]]</p>
<p>[[S120: dc: donorFirstName]]</p>
<p>[[S120: dc: donorLastName]]</p>
<p>[[S120: dc: donorName]]</p>
<p>[[S120: dc: donorSpecifiedAmount]]</p>
<p>[[S120: dc: donorState]]</p>
<p>[[S120: dc: donorStreet1]]</p>
<p>[[S120: dc: donorStreet2]]</p>
<p>[[S120: dc: donorStreet3]]</p>
<p>[[S120: dc: donorSuffix]]</p>
<p>[[S120: dc: donorTitle]]</p>
<p>[[S120: dc: donorZip]]</p>
<p>[[S120: dc: ecardMessage]]</p>
<p>[[S120: dc: ecardRecipients]]</p>
<p>[[S120: dc: ecardSelector]]</p>
<p>[[S120: dc: ecardSendDate]]</p>
<p>[[S120: dc: ecardSenderName]]</p>
<p>[[S120: dc: ecardSubject]]</p>
<p>[[S120: dc: echeckAccountNumber]]</p>
<p>[[S120: dc: echeckRoutingNumber]]</p>
<p>[[S120: dc: email]]</p>
<p>[[S120: dc: employer]]</p>
<p>[[S120: dc: eventName]]</p>
<p>[[S120: dc: firstName]]</p>
<p>[[S120: dc: fullName]]</p>
<p>[[S120: dc: fundName]]</p>
<p>[[S120: dc: futurePayments]]</p>
<p>[[S120: dc: giftAidStatus]]</p>
<p>[[S120: dc: giftAmount]]</p>
<p>[[S120: dc: giftType]]</p>
<p>[[S120: dc: goodsAndServicesValue]]</p>
<p>[[S120: dc: honoreeFullName]]</p>
<p>[[S120: dc: honoreeName]]</p>
<p>[[S120: dc: honoreeTitle]]</p>
<p>[[S120: dc: includeGiftAmountInNotification]]</p>
<p>[[S120: dc: initialPayment]]</p>
<p>[[S120: dc: interestCategories]]</p>
<p>[[S120: dc: jointDonation]]</p>
<p>[[S120: dc: jointDonorFirstName]]</p>
<p>[[S120: dc: jointDonorFullName]]</p>
<p>[[S120: dc: jointDonorLastName]]</p>
<p>[[S120: dc: jointDonorMiddleName]]</p>
<p>[[S120: dc: jointDonorName]]</p>
<p>[[S120: dc: jointDonorTitle]]</p>
<p>[[S120: dc: lastName]]</p>
<p>[[S120: dc: matchEmail]]</p>
<p>[[S120: dc: matchFormUrl]]</p>
<p>[[S120: dc: matchInstructions]]</p>
<p>[[S120: dc: matchPhone]]</p>
<p>[[S120: dc: membershipGiftMessageBody]]</p>
<p>[[S120: dc: membershipGiftMessageClosing]]</p>
<p>[[S120: dc: membershipGiftMessageSignature]]</p>
<p>[[S120: dc: membershipGiftMessageSubject]]</p>
<p>[[S120: dc: membershipRenewal]]</p>
<p>[[S120: dc: memorialDonation]]</p>
<p>[[S120: dc: messageToParticipant]]</p>
<p>[[S120: dc: middleName]]</p>
<p>[[S120: dc: name]]</p>
<p>[[S120: dc: newMembership]]</p>
<p>[[S120: dc: numberOfItems]]</p>
<p>[[S120: dc: occupation]]</p>
<p>[[S120: dc: optIn]]</p>
<p>[[S120: dc: originalTransAmount]]</p>
<p>[[S120: dc: otherAmount]]</p>
<p>[[S120: dc: participantName]]</p>
<p>[[S120: dc: paymentAmount]]</p>
<p>[[S120: dc: paymentMethod]]</p>
<p>[[S120: dc: paymentMode]]</p>
<p>[[S120: dc: phone]]</p>
<p>[[S120: dc: pledgeAmount]]</p>
<p>[[S120: dc: postalCode]]</p>
<p>[[S120: dc: premiumId]]</p>
<p>[[S120: dc: premiumName]]</p>
<p>[[S120: dc: premiumSelected]]</p>
<p>[[S120: dc: premiumShippingCharge]]</p>
<p>[[S120: dc: premiumValue]]</p>
<p>[[S120: dc: professionalSuffix]]</p>
<p>[[S120: dc: publicRecognitionName]]</p>
<p>[[S120: dc: recognitionName]]</p>
<p>[[S120: dc: recurringCurrentPaymentNumber]]</p>
<p>[[S120: dc: recurringCurrentStatusString]]</p>
<p>[[S120: dc: recurringFrequencyLabel]]</p>
<p>[[S120: dc: recurringLastPaymentDate]]</p>
<p>[[S120: dc: recurringNextPaymentDate]]</p>
<p>[[S120: dc: recurringNumberPaymentsCompleted]]</p>
<p>[[S120: dc: recurringNumberPaymentsOutstanding]]</p>
<p>[[S120: dc: recurringTotalAmountPaid]]</p>
<p>[[S120: dc: recurringTotalExpectedGift]]</p>
<p>[[S120: dc: recurringTotalNumberOfPayments]]</p>
<p>[[S120: dc: recurringTotalPaymentAmount]]</p>
<p>[[S120: dc: refundAmount]]</p>
<p>[[S120: dc: rewardPointsEarned]]</p>
<p>[[S120: dc: salutation]]</p>
<p>[[S120: dc: shippingCharge]]</p>
<p>[[S120: dc: shippingCity]]</p>
<p>[[S120: dc: shippingCountry]]</p>
<p>[[S120: dc: shippingFirstName]]</p>
<p>[[S120: dc: shippingFullName]]</p>
<p>[[S120: dc: shippingLastName]]</p>
<p>[[S120: dc: shippingPostalCode]]</p>
<p>[[S120: dc: shippingStateProvince]]</p>
<p>[[S120: dc: shippingStreet1]]</p>
<p>[[S120: dc: shippingStreet2]]</p>
<p>[[S120: dc: shippingTitle]]</p>
<p>[[S120: dc: sponsoreeName]]</p>
<p>[[S120: dc: stateProvince]]</p>
<p>[[S120: dc: street1]]</p>
<p>[[S120: dc: street2]]</p>
<p>[[S120: dc: suffix]]</p>
<p>[[S120: dc: taxDeductibleValue]]</p>
<p>[[S120: dc: taxID]]</p>
<p>[[S120: dc: teamCaptainName]]</p>
<p>[[S120: dc: teamName]]</p>
<p>[[S120: dc: teamRaiser]]</p>
<p>[[S120: dc: teamRaiserId]]</p>
<p>[[S120: dc: teamraiserOci]]</p>
<p>[[S120: dc: teamraiserOciDsp]]</p>
<p>[[S120: dc: teamraiserOciPaymentAmount]]</p>
<p>[[S120: dc: title]]</p>
<p>[[S120: dc: trackingCode]]</p>
<p>[[S120: dc: transactionDate]]</p>
<p>[[S120: dc: transactionID]]</p>
<p>[[S120: dc: transactionSummary]]</p>
<p>[[S120: dc: tribute]]</p>
<p>[[S120: dc: tributeDonation]]</p>
<p>[[S120: dc: tributeHonoreeAddress]]</p>
<p>[[S120: dc: tributeMessageBody]]</p>
<p>[[S120: dc: tributeMessageClosing]]</p>
<p>[[S120: dc: tributeMessageIncludeGiftAmount]]</p>
<p>[[S120: dc: tributeMessageSignature]]</p>
<p>[[S120: dc: tributeNotifyRecipientAddress]]</p>
<p>[[S120: dc: tributeNotifyRecipientCity]]</p>
<p>[[S120: dc: tributeNotifyRecipientCountry]]</p>
<p>[[S120: dc: tributeNotifyRecipientName]]</p>
<p>[[S120: dc: tributeNotifyRecipientState]]</p>
<p>[[S120: dc: tributeNotifyRecipientStreet1]]</p>
<p>[[S120: dc: tributeNotifyRecipientStreet2]]</p>
<p>[[S120: dc: tributeNotifyRecipientStreet3]]</p>
<p>[[S120: dc: tributeNotifyRecipientTitle]]</p>
<p>[[S120: dc: tributeNotifyRecipientZip]]</p>
<p>[[S120: dc: tributeType]]</p>
<p>[[S120: don_rc: autoresponderType]]</p>
<p>[[S120: don_rc: cVSHeader]]</p>
<p>[[S120: don_rc: class]]</p>
<p>[[S120: don_rc: hashCode]]</p>
<p>[[S120: don_rc: renderMode ]]</p>
0 -
Hi Brian,
I did try the [[S120:dc:designeeNames]] and it is not working. I contacted support and apperantly it's a known issue logged under Bug 68017. No estimate on when the bug will be patched.
0 -
Man, that sucks. I wonder how long that known issue list is. I have a few in there too!
0 -
Okay, if Kent's conditional idea doesn't fit the bill here's another idea.
You can use S120 to show custom fields from the donation form.
https://community.blackbaud.com/forums/viewtopic/1/667?post_id=14756#p14756
Maybe you could put a hidden custom field on your form and populate it's value with JQuery when the designation selection is made by the user.
0 -
Brian Mucha:
Okay, if Kent's conditional idea doesn't fit the bill here's another idea.
You can use S120 to show custom fields from the donation form.
https://community.blackbaud.com/forums/viewtopic/1/667?post_id=14756#p14756
Maybe you could put a hidden custom field on your form and populate it's value with JQuery when the designation selection is made by the user.
Figured i'd just reply to this to state that the designee conditional bug has been fixed and you can now set conditional messaging by designation!
[[?xDogsx::x[[S120:dc:designeeNames]]x::
<p>
Woof! Thanks for donating to dogs!
</p>
::
[[?xCatsx::x[[S120:dc:designeeNames]]x::
<p>
Meow! Thanks for donating to help Cats.
</p>
::
<p>
Thanks for donating to support our Humane Society.
</p>
]] ]]
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 1 YourCause® from Blackbaud®
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board