document.getElementById(‘sl-contact-form’).addEventListener(‘submit’, function(e) {
e.preventDefault();
var n = document.getElementById(‘sl-name’).value;
var em = document.getElementById(‘sl-email’).value;
var msg = document.getElementById(‘sl-message’).value;
var d = [106,101,121,111,117,110,103,48,54,64,103,109,97,105,108,46,99,111,109];
var dest = d.map(function(c){return String.fromCharCode(c);}).join(”);
var body = encodeURIComponent(‘[SeoulLayers 문의]
이름: ‘ + n + ‘
이메일: ‘ + em + ‘
‘ + msg);
var subj = encodeURIComponent(‘[SeoulLayers] ‘ + n + ‘님의 문의’);
document.getElementById(‘sl-result’).textContent = ‘메일 앱이 열립니다. 전송 완료 후 닫아주세요.’;
window.location.href = ‘mailto:’ + dest + ‘?subject=’ + subj + ‘&body=’ + body;
});
초상권 또는 개인정보 관련 문의도 위 양식을 이용해 주세요. 확인 후 48시간 이내 답변드립니다.