• Resolved Zetona

    (@zetona)


    Hello all,

    i am wondering if its possible to send individual emails for each multi donation stage?

    This is to include a different link for each stage where the donor can download an individual reward for their donation. Maybe its even possible to add a custom field that checks the donation level first and then prints the assigned link to the email.

    Thank you for any ideas!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ben Meredith

    (@benmeredithgmailcom)

    Hi @zetona,

    Great question, and I’m going to give a bit of backstory that explains why there’s not a quick answer.

    ?Give is designed for each fund or cause your organization raises money for to have its own Give Donation Form. If you want to raise money for the General Fund, The Scholarship Fund, the Teacher Education Fund, and the Memorial Fund, create a form for each fund.
    ?
    ?That way you can set goals, specific content, and gather specific data for each fund.

    ?It also makes reporting much simpler, because it send the fund name to the payment gateway, as well as makes reporting on the back end of Give simpler.
    ?
    ?If you want to display all the forms on one page, you can use our Form Grid. Read more about that here:
    ?
    ?https://givewp.com/how-to-use-donation-form-grid/
    ?
    ?(note that if you are using the new editor in WordPress 5.0 and newer there is a Form Grid block)
    ?
    ?There’s not currently a way to send different emails per level or differentiate between the levels with a totally different email, but if you make each reward level it’s own form, then you could craft the emails to match for each form.

    Alternatively, you can add a custom snippet that allows for the Level title to be added as an email tag. Here’s the snippet for that: https://github.com/impress-org/givewp-snippet-library/blob/master/email-customization/multi-level-name-only-email-tag.php

    Once you add that snippet, then you can use the {give_donation_level} email tag in your emails to output the title of the donation level, and it will automatically populate correctly for each donor.

    If you need assistance implementing custom PHP code on your website we have this guide:

    https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/?

    Please note that this code snippet is provided as an example of how you can extend Give with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Individual Donation Receipt for multi stages?’ is closed to new replies.