Basic form example:
<form action="https://form.cat/your@email.com" method="POST">
<input type="text" name="_gotcha" style="display: none">
<!-- your other form fields go here -->
<button type="submit">Send</button>
</form>
Setting it up is easy and free. You don't even have to register. Here's how:
Change your form's action-attribute to https://form.cat/your@email.com
and replace your@email.com
with your own email.
Form example:
<form action="https://form.cat/kittymagic@gmail.com" method="POST">
Go to your website and submit the form once. This will send you an email asking you to confirm your email address, so that no one can start sending you spam from random websites.
From now on, when someone submits that form, we'll forward you the data as email.