MARRIAGE CELEBRANT GOLD COAST

MEET: THE “JANDA FAM” MARRIAGE CELEBRANTS

Let’s nip this in the bud. If you’re after a colour-by-numbers ceremony script; one puffed full of fluff and frills that we’ve all heard before – then you best show yourself the door right now.

Because here you’ll only find ceremonies that celebrate two real world humans, with real passions and pursuits and personalities. And the kind of celebrants that invite you to laugh and cry at the journey you’ve been on, as well as look to the future with big ol’ hearteyes.

Just like the best real-life adventures, the best wedding ceremonies are the ones that keep you inspired, entertained, engaged and leave you wishing you could go on that ride again.

CONTACT US!

Marriage Celebrant Gold Coast - Janda Events

“Jake you are seriously the coolest, most easy-going, loving, hilarious and down-to-earth celebrant we could’ve asked for.” – Jessi & Trent

CONTACT US

Why Jake, Lei & Janda Events

Real Humans

There’s nothing realer than two human beings bearing their hearts. Your celebrant is going to facilitate this. Your kind of human will more naturally set the tone for your best day ever.

Expertise

Lei and Jake are the head and heart behind one of the wedding industry’s most revered brands – Janda Events. Few can boast their experience and expertise, so you can rest easy knowing your best day ever is in the best possible hands.

Celebrant + Soundtrack

A handful of years ago Janda Events pioneered the concept of getting your wedding celebrant & wedding musician on the same page. Today their Celebrant + Soundtrack package gives you more options, with less homework.

Bespoke

This aint fast fashion and one size most certainly doesn’t fit all. You are 2 unique bunches of molecules (sexy, right!) and so absolutely deserve the kind of one-off ceremony befitting such a match-making miracle.

“Lei is an absolute genius. The ceremony she created for us was perfect. She made us laugh and cry and feel totally loved-up. Lei, you absolutely made the day!” – Emma & Cameron

CONTACT US

MEET: THE “JANDA FAM” JAKE & LEI-AHNA NEWELL

Jake & Lei are good vibes kinda people. They want your wedding celebration to be the absolute best party you can imagine being at. That means creating a space and place that you simultaneously feel comfy and safe, all the while buzzing with excitement and anticipation. They pride themselves on capturing your personality and amplifying your joy. Good Vibes Guaranteed.

Newlywed couple holding disco balls at The Valley Altar micro wedding venue

RAD WEDDING MUSIC = WEDDING SOUNDTRACK PACKAGES

Everyone knows all the best movies have a killer soundtrack. Your wedding day should have one too.

It’s called a Wedding ‘Soundtrack’ rather than just Wedding Music because it’s truly more than that. The ‘pub music’ approach (ie. 40min sets, 20min breaks; set in stone) is great in the Pub – but that’s where it should stay.

Your wedding deserves (and no doubt, will require) a far more tailored and fluid approach. Your wedding musician will need to work to your day’s runsheet, liaise with your MC and/or coordinator, and essentially keep their head on a swivel to ensure that the right song and vibe happens at the right time.

READ MORE

Gallery

Frequently Asked Questions

Depending on the type of wedding ceremony you want, a Gold Coast celebrant may charge anywhere from $400- $1500+.

Firstly decide what type of ceremony you’re after and then pick a celebrant whose personality and style aligns with what you want for you and your day.

If a civil ceremony is what you’re after then yes, commonwealth-registered marriage celebrants can legally marry you in a location of your choice in Australia. We’ve got all the government-required paperwork to have you legitimately and legally married.

In Australia, there are both Commonwealth-registered marriage celebrants (civil ceremonies) and Commonwealth-registered marriage celebrants (religious ceremonies). There are also ministers of religion, who are registered with the state and territory registries of births, deaths and marriages. And lastly, there are state and territory officers.

Not necessarily the same but they can perform the same roles. A celebrant conducts a ceremony, often a non-religious one like a wedding ceremony, and an officiant is a person who has the authority to perform a religious or legal ceremony.

SEND US A MESSAGE

CONTACT US

var ifr = document.getElementById(“JotFormIFrame-223407186866868”);
if (ifr) {
var src = ifr.src;
var iframeParams = [];
if (window.location.href && window.location.href.indexOf(“?”) > -1) {
iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(“?”) + 1).split(‘&’));
}
if (src && src.indexOf(“?”) > -1) {
iframeParams = iframeParams.concat(src.substr(src.indexOf(“?”) + 1).split(“&”));
src = src.substr(0, src.indexOf(“?”))
}
iframeParams.push(“isIframeEmbed=1”);
ifr.src = src + “?” + iframeParams.join(‘&’);
}
window.handleIFrameMessage = function(e) {
if (typeof e.data === ‘object’) { return; }
var args = e.data.split(“:”);
if (args.length > 2) { iframe = document.getElementById(“JotFormIFrame-” + args[(args.length – 1)]); } else { iframe = document.getElementById(“JotFormIFrame”); }
if (!iframe) { return; }
switch (args[0]) {
case “scrollIntoView”:
iframe.scrollIntoView();
break;
case “setHeight”:
iframe.style.height = args[1] + “px”;
if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {
iframe.style.minHeight = args[1] + “px”;
}
break;
case “collapseErrorPage”:
if (iframe.clientHeight > window.innerHeight) {
iframe.style.height = window.innerHeight + “px”;
}
break;
case “reloadPage”:
window.location.reload();
break;
case “loadScript”:
if( !window.isPermitted(e.origin, [‘jotform.com’, ‘jotform.pro’]) ) { break; }
var src = args[1];
if (args.length > 3) {
src = args[1] + ‘:’ + args[2];
}
var script = document.createElement(‘script’);
script.src = src;
script.type = ‘text/javascript’;
document.body.appendChild(script);
break;
case “exitFullscreen”:
if (window.document.exitFullscreen) window.document.exitFullscreen();
else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen();
else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen();
else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen();
else if (window.document.msExitFullscreen) window.document.msExitFullscreen();
break;
}
var isJotForm = (e.origin.indexOf(“jotform”) > -1) ? true : false;
if(isJotForm && “contentWindow” in iframe && “postMessage” in iframe.contentWindow) {
var urls = {“docurl”:encodeURIComponent(document.URL),”referrer”:encodeURIComponent(document.referrer)};
iframe.contentWindow.postMessage(JSON.stringify({“type”:”urls”,”value”:urls}), “*”);
}
};
window.isPermitted = function(originUrl, whitelisted_domains) {
var url = document.createElement(‘a’);
url.href = originUrl;
var hostname = url.hostname;
var result = false;
if( typeof hostname !== ‘undefined’ ) {
whitelisted_domains.forEach(function(element) {
if( hostname.slice((-1 * element.length – 1)) === ‘.’.concat(element) || hostname === element ) {
result = true;
}
});
return result;
}
};
if (window.addEventListener) {
window.addEventListener(“message”, handleIFrameMessage, false);
} else if (window.attachEvent) {
window.attachEvent(“onmessage”, handleIFrameMessage);
}