# Donation Tributes Configuration
# Requirements
- A field Honor Gift - Show Honor Fields must be added first, this field controls the showing and hiding of all other tribute fields
- Honor Gift - Honoree fields
- Honor Gift - Notification fields can be added optionally
# Field Instruction Text
The instruction text can be customized for the recipient country field. To add instructions, just add an HTML caption field as the following field. The script will read the text that follows that field row, and insert it right after the field.
# Notification Heading Text
The text that appears above the notification section can be customized. The text lives in a PageBuilder page reus_donation__dedication_text.
Read the comments within the page to see which section applies to old or new tribute forms. On old tribute forms the heading would always appear above the notification section, if no minimum amount is specified. The mailing fields and disclaimer text would appear only on recurring gifts, if no minimum amount is specified.
On new forms the warning disclaimer is shown that discourages users from using a mailing card option.
# Card Options
A new feature has been build in 2024-03 that allow for a multiple card selection on tribute page. To activate the feature, you need to add a custom field Gift Notification Type to the form. The field must be named that exact and contain three options with the following values:
EmailMailNone
Note the values are configured at the time of the field creation, this is different than the field label, which can be still customized for the display in the field configuration, once it's added into the form.
Example form (opens new window)
# Message
When mailing card and ecard options are present on the side, only one message field can be used. To ensure the desired display, ensure that in form configuration the message field has a generic label and is positioned in the right place for both ecard and mailing cards.
# Minimium Amounts
Tributes can have a minimum amount under which the user can qualify for a mailing card.
To enable a tribute minimum a session variable [[U0:dedicationMinimum=50]] must be set on the form.
For example [[U0:dedicationMinimum=50]] will set $50 minimum. This means the mailing card fields won't appear to users, just the tribute fields.