You’re invited…

We would like to extend a warm welcome to you as we open our doors for the very first time. Join us for a glass of Champagne, canapés and live music.

29th or 30th November from 7.30pm.

Please be aware, this is a members only event so please complete the form below for your free membership which is required for entry.

Please complete your details below ↓

window.addEventListener('message', event => { // IMPORTANT: check the origin of the data! if (event.origin.startsWith('http://your-first-site.com')) { // The data was sent from your site. // Data sent with postMessage is stored in event.data: console.log(event.data); } else { // The data was NOT sent from your site! // Be careful! Do not use it. This else branch is // here just for clarity, you usually shouldn't need it. return; } });