Inserting name of designation into donation form thank you emails

Options
Hello, everyone. I am creating some new donation forms that allow a donor to select from a list of designations. I am creating the corresponding thank you emails and need to insert the designation into the email. Designations do not appear in the personalization component and I can't find an S-tag. Is there an S-tag for designation? Any ideas? Thank you! - Kevin
Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    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

  • 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 

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    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

     

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    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

  • 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,

    JP
  • 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>

     
  • 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.



     
  • Man, that sucks. I wonder how long that known issue list is. I have a few in there too!

     
  • 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.

     
  • 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>

     ]] ]]

Categories