• Hello,

    I’ve sent an email 3 days ago with givewp.com contact form with a few presales questions. Can anybody answer? Txxxxxxx

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

    (@webdevmattcrom)

    I believe we’ve made it through all our pre-sales questions. If you haven’t heard back it’s possible we didn’t receive it. I can answer your questions here as well.

    Thread Starter Newki75

    (@newki75)

    No they didn’t so I’ve bought the plugin and try ton find by myeself. I come back to u via this forum if I need it. Tx for your answer !

    Thread Starter Newki75

    (@newki75)

    Ok here are my questions:
    – is it possible to display a Top / recent donors selection on a specific campaign page?
    – each donation level contains a description. I’d like to add html in the description to be able to display a pop up. I’ve tried but it’s not possible, how can I do? ie, 20 $ : you will receive a t shirt (and i’d like to show the t shirt)
    – With the plugin field form manager, is it possible to get conditional fields (if the answer is Yes to this question, then I display an additional fields)
    – is it possible to display fields only if a specific donation level is selected : if the user selects the amount with the t shirt, I need to ask for the size / model / adress…
    – is it possible to integrate D+FB / TW connect?
    – Is it possible to desactivate the “thank you” email, I’d like to manage all my emails with SendinBlue.
    Tx for your answers!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    HI there,

    Here’s what I can say, and most of the answers will require custom development, but I’ll be as detailed as I can for you.

    – is it possible to display a Top / recent donors selection on a specific campaign page?

    We don’t have that function out of the box yet because not all donors want to be listed, so we want to build in an “anonymous donation” feature before we support posting donor names/profiles publicly.

    But this can be done with basic WP_Query. We have a list of useful sample queries like that here:
    https://github.com/WordImpress/Give-Snippet-Library/blob/master/useful-queries/sample-transaction-queries.php

    A Give user also created this shortcode which will display ALL donors to a specific form from most recent: https://gist.github.com/jasontucker/dcf1a308716407c394f1be2cf21ae2f5

    Between those two code examples you should be able to create what you need (if you are a developer or work with one).

    – each donation level contains a description. I’d like to add html in the description to be able to display a pop up. I’ve tried but it’s not possible, how can I do? ie, 20 $ : you will receive a t shirt (and i’d like to show the t shirt)

    There’s no way to do that out of the box, but I would suggest instead to use jQuery to attach show/hide events to separate HTML blocks. You can see that effect here:
    https://brausermaimonides.org/donations/business-sponsorship-program/

    Click on any level and you’ll see the HTML above the form change. Again, this is custom development, but relatively straight-forward.

    – With the plugin field form manager, is it possible to get conditional fields (if the answer is Yes to this question, then I display an additional fields)

    Not currently. I would suggest the same answer as the previous, this can be done with some basic jQuery.

    – is it possible to display fields only if a specific donation level is selected : if the user selects the amount with the t shirt, I need to ask for the size / model / address

    No. But a workaround might be something like my own “Give Receipt Attachments” Add-on:
    https://www.ads-software.com/plugins/give-receipt-attachments/

    That will allow you to add a downloadable file to your Donation Confirmation page and your Donation Email Receipt, and it will display conditionally based on a minimum donation amount. The attachment could be a PDF saying “We’d love to give you a T-Shirt as appreciation for your donation” then have a link to a contact form where you can get the information you need.

    – is it possible to integrate D+FB / TW connect?

    I’m not sure what that is exactly. You mean Facebook and Social login? Please clarify.

    – Is it possible to desactivate the “thank you” email, I’d like to manage all my emails with SendinBlue.

    I believe so, with a simple PHP snippet, but I need to dig into that a bit. I’ll follow-up with you on that after a little research.

    Thread Starter Newki75

    (@newki75)

    Tx a lot for all your answers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pre-sale question’ is closed to new replies.