Contact

If you have any questions or enquiries please feel free to contact us on the following details provided below or altenatively you can complete our online enquiry form also located below and we will get back to you as soon as possible...

 

Director

Adam Pokorzynski

Phone: 0418 346 130

Email: adam@presolutions.com.au

Fax: (03) 8678 1012

 

Office

admin@presolutions.com.au

 

Mailing Address

P.O. BOX 3544,

Caroline Springs,

VIC 3023

Please complete the following details
Name *
Phone *
Email *
State
Enquiry
* Required fields



 

//DROP DOWN CODE $('.enquire-trigger').click(function() { $('#enquire-dropdown').slideToggle(500, function() { }); }); // JAVASCRIPT VALIDATION MUST NOT BE FORM2 function validateform7(form) { var errors = 0; if (document.form7.a_Name.value.length < 1) { alert('Please Enter Name'); errors++; } if (document.form7.b_Phone.value.length < 1) { alert('Please Enter Phone'); errors++; } if (document.form7.c_Email.value.length < 1) { alert('Please Enter Email'); errors++; } if(errors == 0){ return validateRecaptcha(form); } return false; }