There is no check to prevent users from spam submitting the contact-us form. Some suggestions on how to fix this: - CAPTCHA - tracking last submission time in cookies - use Honeypot method (ref: [https://www.thryv.com/blog/honeypot-technique/](url)) Any other suggestion is also welcome. We can discuss it here.