π΅
Contact Us
Let’s Create Something Beautiful
Questions about your custom song gift? Have a special request? We’re here to help you every step of the way.
@media (max-width: 600px) {
#sg-contact-form > div:first-of-type {
grid-template-columns: 1fr !important;
}
}
(function () {
var form = document.getElementById(‘sg-contact-form’);
if (!form) return;
form.addEventListener(‘submit’, function (e) {
e.preventDefault();
var data = new FormData(form);
fetch(form.action, {
method: ‘POST’,
body: data,
headers: { ‘Accept’: ‘application/json’ }
}).then(function (response) {
if (response.ok) {
form.reset();
document.getElementById(‘sg-success’).style.display = ‘block’;
document.getElementById(‘sg-error’).style.display = ‘none’;
} else {
document.getElementById(‘sg-error’).style.display = ‘block’;
document.getElementById(‘sg-success’).style.display = ‘none’;
}
}).catch(function () {
document.getElementById(‘sg-error’).style.display = ‘block’;
document.getElementById(‘sg-success’).style.display = ‘none’;
});
});
})();
Ready to Create Your Custom Song?
Real songwriters. Your story. Delivered in 48 hours — starting at $99.
Start My Song →