diff --git a/templates/partials/modals/contact-modal.html b/templates/partials/modals/contact-modal.html index 46c2726..3c86521 100644 --- a/templates/partials/modals/contact-modal.html +++ b/templates/partials/modals/contact-modal.html @@ -15,7 +15,10 @@ remove .hidden from querySelector('.form-note') in form set responseDiv to getElementById('contact-response') if responseDiv set responseDiv.innerHTML to '' - end"> + end + -- Set timestamp for bot protection + set tsField to getElementById('contact-form-loaded-at') + if tsField set tsField.value to Date.now()">
- - {{end}}