Private contact route
Send a message without exposing the email address publicly.
This form sends your message to the IngredientsMatter team in the background and keeps the recipient address off the public site. CSRF protection, a hidden trap field, timing checks, duplicate suppression, and request throttling are applied before delivery.
No public email address
Bot-resistant submission
Protected runtime delivery
- Every form load receives a fresh CSRF token and one-time submission token.
- Submissions that arrive too quickly or too late are rejected.
- A hidden trap field catches basic bots.
- Repeated or over-frequent requests from the same source are throttled.