Subiendo Archivos a Gitea
This commit is contained in:
@@ -94,6 +94,10 @@
|
||||
const data = {};
|
||||
formData.forEach(function(value, key) {
|
||||
data[key] = value;
|
||||
|
||||
// Send data to WhatsApp API
|
||||
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699&text=' + encodeURIComponent(JSON.stringify(data));
|
||||
window.open(apiUrl, '_blank');
|
||||
});
|
||||
|
||||
// Here you would typically send to your backend
|
||||
|
||||
Reference in New Issue
Block a user