diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-19 08:21:03 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-19 08:21:03 +0000 |
| commit | af7d40ef39f07019bdf8e7493429dbc721d11bf3 (patch) | |
| tree | 1a7f9695f6450523d42a51379338465532824c86 /website/src/pages/contact.astro | |
| parent | 500fb7bb55c336ee5a1cdb019602d0ebdf650742 (diff) | |
warns that contact form is semi-functional
Diffstat (limited to 'website/src/pages/contact.astro')
| -rw-r--r-- | website/src/pages/contact.astro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/src/pages/contact.astro b/website/src/pages/contact.astro index b03436c..a388e56 100644 --- a/website/src/pages/contact.astro +++ b/website/src/pages/contact.astro @@ -8,6 +8,15 @@ import Page from "../layouts/Page.astro"; <form class="contact-form"> <h1>Contact me</h1> + + <p class="warn"> + This contact form only accepts a very small number of submissions per day + to avoid spamming my inbox with bots. I have an idea for a workaround, but + in the meantime, please forgive me if the form refuses to accept your + submission. If you want to get in touch with me professionally, you can + message me on <a href="https://www.linkedin.com/in/joe-carstairs-0aa936277">LinkedIn</a>. + </p> + <p hidden class="error"/> <label for="name">Name</label> <input id="name" name="name" type="text" required> |
