Add to: mark@odoo-expertos.com in contact form POST payloads
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user