• Hi there,

    We’re loving the plugin, so a big thank you for making this available to us!

    My clients want to enable GiftAid for the donation, and not allowing the payments to go live until it is done so, I’ve found that it was added using the following code on the Paypal Donations Plugin:

    /* Gift Aid question*/

    $paypal_btn .= ‘<table><tr><td>Are you a UK income tax payer and can we claim
    GiftAid on your donation?</td></tr>
    <tr><td><input type=”hidden” name=”on1″ value=”Gift Aid”></td></tr><tr><td><select name=”os1″>
    <option value=”No”>No</option><option value=”Yes, please claim”>Yes, please claim</option>
    </select></td></tr></table>
    ‘;

    /*end of Gift Aid question*/

    Any chance of embedding it to your plugin?

    Thanks in advance!!

    All the best,
    Mem

    http://wordpress.org/extend/plugins/wordpress-donation-plugin-with-goals-and-paypal-ipn-by-nonprofitcmsorg/

Viewing 1 replies (of 1 total)
  • Thread Starter MAUrul

    (@maurul)

    Sorry, here’s the code again 🙂

    /* Gift Aid question*/
    
    $paypal_btn .=	'<table><tr><td>Are you a UK income tax payer and can we claim
    <a href="http://www.tax-effective-giving.org.uk/?pageid=What_is_Gift_Aid.xml" target="blank">GiftAid</a> on your donation?</td></tr>
    <tr><td><input type="hidden" name="on1" value="Gift Aid"></td></tr><tr><td><select name="os1">
    <option value="No">No</option><option value="Yes, please claim">Yes, please claim</option>
    </select></td></tr></table><br>';
    
    /*end of Gift Aid question*/
Viewing 1 replies (of 1 total)
  • The topic ‘GiftAid’ is closed to new replies.