
Build Your Own Gift Box
No one knows them better than you! That’s why we created Build Your Own Gift Box. Whether you want to thank a client for their business, or wish someone a happy birthday, personalise their gifting experience – right down to the name on the box!
To get started, choose your preferredĀ gift box and card.
Next, choose up to 7 goodies to add to your gift box to make it personal to them. Leave the rest up to Betty! We will make it special and deliver it to their door.
If you are interested in adding your company’s logo to the gift packaging, please contact us at hello@boxbetty.com.au or see our Corporate page for more information.

First, choose your gift box...
View cart “Blushing Confetti Gift Tag” has been added to your cart.
(function(window, document, $, undefined){
if (!$) return;
$(document).on('qv_loader_stop', fixPersonaliseFields);
function fixPersonaliseFields() {
var qvWrapperEl = document.querySelector('.yith-wcqv-wrapper');
if (!qvWrapperEl) return;
// Make gift card type required during form validation
var giftCardTypeEl = qvWrapperEl.querySelector('.gift-card-type');
if (giftCardTypeEl) {
giftCardTypeEl.setAttribute('required', true);
}
// Set max length of gift card message
var giftCardMessageEl = qvWrapperEl.querySelector('.gift-card-message');
if (giftCardMessageEl) {
giftCardMessageEl.setAttribute('maxlength', 300);
}
// Set max length and required validation for first name
var personalisedBoxFirstNameEl = qvWrapperEl.querySelector('.personalised-box-firstname');
if (personalisedBoxFirstNameEl) {
personalisedBoxFirstNameEl.setAttribute('maxlength', 15);
personalisedBoxFirstNameEl.setAttribute('required', true);
}
}
})(window, document, jQuery);
