How It Works

Create a School, Team or Group Crowdfunding Site Today!

3 steps to success

 

 

Start funding your schools needs today. It has never been so simple.

Start A Campaign

Start A Campaign

Spiritfund Gives Schools A Best In Class Fundraising Website

Online Fundraising Has Never Been Easier. Get started and accept online donations instantly

Create an Account to Start a Campaign

//$errors = register_new_user($_POST['user_login'], $_POST['user_email']);
$errors = wp_create_user( $_POST['user_login'], $_POST['user_password'], $_POST['user_email'] );
if (!is_wp_error($errors)) {
//Success
$return['result'] = true;
$return['redirect']=home_url().'/launch-project/';
$return['message'] = esc_html__('Registration complete.', 'funding');
} else {
//Something's wrong
$return['result'] = false;
$return['error'] = $errors -> get_error_message();
}
}
echo $this -> json_encode($return);
exit();
}
}

×