Apply Now
 
Our one-minute application form below will provide your Proper Bond consultant with the necessary information to begin your loan application. Once you have submitted this form, a consultant will be in touch with you.

Please note that your previous six months' bank statements will be required for a second bond, re-advance or further bond or to switch your home loan.
 
Property Details
Property Owner:
Property Description:
 
Contact Details
Email Address:
Mobile Number:
Office Number:
Home Address:
Bond/additional bond amount required:
,'.$email;// $subject = 'ProperBond Application'; if ($mode == "send") { echo '

Invalid email address'; } elseif ($propowner == '' or $propdesc == '' or $mobile == '' or $office == '' or $home == '' or $bond == '') { echo 'class=error_text>Please complete all information.'; } elseif (!is_valid_number($bond,'')){ echo 'class=error_text>Bond amount should be a real number.'; } else { $message='Property Owner: '.$propowner . "\n" . 'Property Description: '.$propdesc . "\n" . 'Mobile Number: '.$mobile . "\n" . 'Office Number: '.$office . "\n" . 'Home Address: '.$home . "\n" . 'Bond/additional bond amount required: R '.$bond; mail($to, $subject, $message, "From: $from"); echo 'class=status_text>Your message has been sent!'; } echo '

'; } ?>