Support our Projects
As a Public Benefit Organisation, we are always looking for support to help achieve future goals for our current and future projects.
All donations directly fund our work, and assist in accelerating a project's progress by providing beneficiaries with the basic equipment and material necessary to continue improving the lives and health of the environment in which they work in.
triple-P additionally offers the added benefit of issuing section 18A certificates for donations.
For more information please visit Our Work where you will find a drop down menu of each project. To support our work directly, click the button below to visit our payfast page.
function click_ad3e2c15301c113a0536bbe15c7f1b97( aform_reference ) {
var aform = aform_reference;
aform['amount'].value = Math.round( aform['amount'].value*Math.pow( 10,2 ) )/Math.pow( 10,2 );
aform['custom_amount'].value = aform['custom_amount'].value.replace( /^\s+|\s+$/g,"" );
if( !aform['custom_amount'].value || 0 === aform['custom_amount'].value.length || /^\s*$/.test( aform['custom_amount'].value ) ) {
alert ( 'An amount is required' );
return false;
}
aform['amount'].value = Math.round( aform['custom_amount'].value*Math.pow( 10,2 ) )/Math.pow( 10,2 );
}