kártevőirtó post personak

const SCRIPT_URL = ‘https://script.google.com/macros/s/AKfycbxAmWnA0UEfWVZm2-eQik49z3woEqrI8V2S4FACq84_3gfen09EB1fI1hHU8Kp6gHU8/exec’; document.getElementById(‘preorderForm’).onsubmit = function(e) { e.preventDefault(); const btn = this.querySelector(‘button’); btn.disabled = true; btn.innerText = ‘Küldés…’; const formData = new FormData(this); fetch(SCRIPT_URL, { method: ‘POST’, body: formData }) .then(res => res.text()) .then(() => { alert(„Sikeres előjegyzés!”); this.reset(); btn.disabled = false; btn.innerText = ‘INGYENES ELŐJEGYZÉS’; }) .catch(err => { console.error(err); alert(„Valódi hiba történt!”); btn.disabled = false; btn.innerText = ‘INGYENES ELŐJEGYZÉS’; }); };
Ez a weboldal cookie-kat használ, és az Ön személyes adatait kéri a böngészési élmény javítása érdekében. We are committed to protecting your privacy and ensuring your data is handled in compliance with the General Data Protection Regulation (GDPR).
Scroll to Top