• Resolved zdavis

    (@zdavis)


    I apologize if you’ve answered this somewhere already but I couldn’t find anything. I have 2 questions about this.

    1. Where do I set a max-width for my logo at the top of the donation page so that it won’t be overridden on updates? The image is way to large at the moment and I’m looking for a max-width of about 400px.

    2. How can I set a default value for my receipt so that if it’s left empty I can still display something? For example I have the a field called fund that where users are able to say which fund they want their donation to go to. If this is left bank I want to print “donation not specified” in the donation receipt.

    Thanks,

    https://www.ads-software.com/plugins/give/

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    1. You’d have to create a custom email template. We don’t yet have documentation on that so you’d be a little on your own. Otherwise, resize the image and upload it new.

    2. I’m assuming that you’ve added your own custom field for that, and your own unique email tag. If so, just make sure that all of the content is in the output of that email tag. For example, rather than do this:
    Fund: {fund}
    Do this instead:
    {fund}
    And in the output of the tag include “Fund: ” in it. Then if that field is empty nothing will appear in the email for that at all.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Donation Receipt Email Styling’ is closed to new replies.