joriszwart.nl

Low effort/risk/impact anti-spam?

Using the form-attribute, placing elements outside the form.

<input form="contact" name="email">
<input form="contact" name="message">
<button form="contact" type="submit">Send</button>

<form id="contact"></form>

Doesn’t work against JavaScript enabled or smarter bots.