Inscripción convivencia semana santa monasterio Moria
del 17 al 20 de abril 2025

Inscripción convivencia semana santa monasterio Moria
del 17 al 20 de abril 2025

Take the first step, we
will take care for the rest

document.addEventListener('DOMContentLoaded', function () { const form = document.querySelector('form'); if (!form) return; form.addEventListener('submit', function (e) { e.preventDefault(); const paymentField = form.querySelector('[name="forma_pagamento"]'); const paymentMethod = paymentField ? paymentField.value : null; if (paymentMethod === 'Stripe') { window.location.href = 'https://buy.stripe.com/5kAeW2a9x7LIcpieUX'; } else if (paymentMethod === 'Zelle') { const zelleEmail = 'tesorerí[email protected]'; const message = "Para pagar com Zelle, envie o valor para:\n\n" + zelleEmail + "\n\nInclua seu nome completo no comprovante."; alert(message); const confirmation = document.createElement('div'); confirmation.innerHTML = `

Envie o valor via Zelle para ${zelleEmail}
Inclua seu nome completo no comprovante.

`; form.parentElement.appendChild(confirmation); } }); });