Coming Soon

We’re working on something amazing — check back soon!

Get ready for Dream 2 Win, the UK’s newest skill-based competition platform where dreams really do come true.

Win incredible prizes — from cash and cars to tech and lifestyle bundles.
Give back — a fixed percentage of every competition supports a UK charity.
 Watch live draws — transparent, fair, and verified every time.
Join the community — exciting giveaways, real winners, and feel-good fun.

We’re putting the finishing touches on our launch!
Stay tuned, follow us on social media, and be among the first to enter when we go live.

Dream. Play. Win. Give Back.


#Dream2Win #ComingSoon

Payment didn’t go through
But don’t worry

Try again to secure your spot in the draw.
// GLOBAL POPUP OPENER (Elementor or fallback) function openDream2WinPopup() { if (typeof elementorProFrontend !== 'undefined' && elementorProFrontend.modules && elementorProFrontend.modules.popup) { // Open Elementor popup 1322 elementorProFrontend.modules.popup.showPopup({ id: 1322 }); } else { // Fallback if Elementor popup isn't loaded const box = document.querySelector('.dream2win-notice-container'); if (box) box.style.display = 'block'; } } // MUTATION OBSERVER FOR CHECKOUT ERRORS document.addEventListener('DOMContentLoaded', function() { const checkoutForm = document.querySelector('form.checkout'); if (!checkoutForm) return; const observer = new MutationObserver(function() { const errorBox = document.querySelector('.woocommerce-NoticeGroup-checkout'); if (!errorBox) return; const html = errorBox.innerHTML.trim(); if (!html) return; const popupContent = document.querySelector('.dream2win-notice-container'); if (popupContent) { popupContent.innerHTML = html; } openDream2WinPopup(); }); observer.observe(checkoutForm, { childList: true, subtree: true }); });