Conferences
Warley Park Golf Club is situated in the picturesque village of Little Warley, Brentwood, which is located just off the A127, junction 29 on the M25.
The club first opened in 1976 and boasts a glorious 27 hole parkland course and a lakeside function room which as the name suggests, offers a wonderful panoramic view of the course and lakes.
With ample free parking, beautiful patio area, free Wi-Fi and the option of two function rooms Warley Park is the perfect venue for your conference.
Whether you choose our day delegate package or tailor make your conference, we are happy to discuss your individual requirements and help take away the stress of organising your conference.
If you require accommodation we can recommend either
The Kilns Hotel or the Holiday Inn with discounted rates (details attached).
LAKESVIEW ROOM
The Lakesview Room can accommodate up to 140 delegates and has the added flexibility of a curtain divider which can be used to reduce the size of the room or to provide a separate area if required. The Lakesview Room has it’s own bar with floor to ceiling windows giving a beautiful view of the course and lakes as well as providing lots of natural daylight.
TERRACE ROOM
The Terrace Room is our second function room which can accommodate up to 50 delegates, ideal for the smaller conference and through double doors has access to the patio with seating and wonderful views of the course. The adjacent bar and lounge can also be hired if required.
Our Front of House team are on hand to offer assistance and to ensure the smooth running of your conference throughout the day, a service Warley Park is renowned for.
For all enquiries please complete the below or email mandy@warleypark.co.uk
var signupForm4573 = document.getElementById('signupForm4573'); var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,10})$/;
function validateSignUpForm4573() { if (signupForm4573['Firstname'].value == '') { alert('First Name is required.'); signupForm4573['Firstname'].focus(); return false; } if (signupForm4573['Lastname'].value == '') { alert('Last Name is required.'); signupForm4573['Lastname'].focus(); return false; } if (signupForm4573['HomeTel'].value == '') { alert('Telephone Number is required.'); signupForm4573['HomeTel'].focus(); return false; } if (signupForm4573['EmailAddress'].value == '') { alert('Email Address is required.'); signupForm4573['EmailAddress'].focus(); return false; } if(reg.test(signupForm4573['EmailAddress'].value) == false) { alert('Invalid Email Address format.'); return false; }if (!SameEmails()) { alert('The email addresses you have entered are different.'); signupForm4573['EmailAddressConfirm'].focus(); return false; } var googleResponse = document.getElementById("g-recaptcha-response").value;if (!googleResponse) { alert("Must use reCAPTCHA"); return false; } else { return true; }if (signupForm4573['trap'].value != '') { return false; } return true; } function SameEmails() { var email1 = signupForm4573['EmailAddress'].value;var email2 = signupForm4573['EmailAddressConfirm'].value;if(email1 == email2) return true; else return false; }