VS Notify
by Vero Scale

Form submissions
straight to your inbox

Simple form handling for Vero Scale clients. Point your form at your email and we deliver every submission instantly. No data stored.

Request Access

One line of code

Your email address is the endpoint. That's it.

<form action="https://notify.veroscale.au/to/you@example.com" method="POST">
  <input name="name" placeholder="Name" required />
  <input name="email" type="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message"></textarea>
  <button type="submit">Send</button>
</form>

How it works

1

Get verified

Contact us to verify your email address. We'll set you up and send confirmation.

2

Add to your site

Copy the form code snippet and add it to your website. No JavaScript needed.

3

Receive submissions

Every form submission goes straight to your inbox. No login, no dashboard.

Built for simplicity

Works with any static site, CMS, or HTML page. No JavaScript required, no API keys to manage.

  • Works with any HTML form
  • Privacy-first: form data is never stored
  • Custom subject lines and redirects
  • Built-in spam protection
  • Included with Vero Scale services

Custom subject line

<input type="hidden" name="_subject" value="New contact" />

Redirect after submit

<input type="hidden" name="_redirect" value="/thanks" />

Spam honeypot

<input type="text" name="_honeypot" style="display:none" />