Add to: mark@odoo-expertos.com in contact form POST payloads

This commit is contained in:
Hermes Agent
2026-08-07 21:13:47 +00:00
parent 8e65fe0798
commit d4751a9195
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
e.preventDefault();
const btn = this.querySelector('button[type="submit"]');
btn.innerHTML = 'Enviando...'; btn.disabled = true;
const payload = {
const payload = { to: 'mark@odoo-expertos.com',
name: document.getElementById('name').value,
email: document.getElementById('email').value,
subject: document.getElementById('subject').value,