알파이 피자 로고 알파이 피자

로그인

회원가입

테마 설정

내 계정

U
사용자
user@example.com

Contact Us

We’re here to help during 10:00–22:00 IST, all days.

Accepts +91 and 10-digit Indian mobile numbers.

Please fix the following

Thanks!

Your message has been noted. Our team will respond shortly.

alphaaibase.pro 자 이상 입력해주세요.'; else if(!agree) error = '개인정보 수집 및 이용에 동의해 주세요.'; if(error){ e.preventDefault(); document.getElementById('error-text').textContent = error; openDialog(document.getElementById('modal-error')); $('#live-status').textContent = '오류: ' + error; } else { e.preventDefault(); // 데모 목적: 모달로 성공 안내 clearDraft(); form.reset(); updateMsgCount(); const dlg = document.getElementById('modal-success'); openDialog(dlg); const bar = $('#success-progress'); let p = 0; bar.style.width = '0%'; const timer = setInterval(()=>{ p += 4; bar.style.width = Math.min(p,100)+'%'; if(p>=100){ clearInterval(timer); dlg.close(); } }, 80); let submittedCount = parseInt(localStorage.getItem('contactSubmittedCount')||'0',10); localStorage.setItem('contactSubmittedCount', String(submittedCount+1)); updateBadges(); } }); // Close modal buttons $$('[data-close-modal]').forEach(b=> b.addEventListener('click', ()=> b.closest('dialog')?.close())); // Reset clears draft form.addEventListener('reset', ()=>{ setTimeout(()=>{ clearDraft(); updateMsgCount(); $('#live-status').textContent = '폼이 초기화되었습니다.'; }, 0); }); });