#105_kontaktformular #121

Merged
muli merged 21 commits from #105_kontaktformular into main 2022-08-23 21:58:46 +02:00
Showing only changes of commit 2af9144fcb - Show all commits

View File

@ -29,5 +29,6 @@ contact_form.addEventListener('submit', function(event) {
body: formData,
})
.then(response => response.json())
.then(json => {console.log(json)});
.then(json => console.log(json))
.catch(error => console.log(error));
}, false);