Illustration of form fields and a megaphone.

Form spam blocking

No annoying captcha needed!

Just add a few lines of code to any form's HTML and you're all set. Each time your form is submitted, it gets sent through our bot filters before it gets forwarded where it needs to go.

Instructions

Below are the needed code snippets to add within your <form> tag:

  1. Set your form's action to https://indieaisle.com/form-check/:
    <form method="post" action="https://indieaisle.com/form-check/">
  2. Add hidden input for the original action for your form:
    <input type="hidden" id="useraction" name="useraction" value="[ACTION_URL]">
    Change [ACTION_URL] to the URL of your form's action.
  3. Add hidden input for spam check:
    <input type="hidden" id="enablesubmit" name="enablesubmit" value="">

And then the Javascript that should be placed anywhere after your <form> tag:
<!-- Indie Aisle - connect directly to your audience -->
<script src="https://indieaisle.com/form/submit.js" defer></script>
<!-- / Indie Aisle -->

Privacy practices: We don't store, or use your form's content in any way. Only block the bots. Content is forwarded directly after the bot filtering.

$3/month

Works with any form
No limit on forms or submissions

Sign up to upgrade

Pages bundle – $5/month

Simple stats, form spam blocking, and form submit to email

Sign up to upgrade

Free theme with form builder included

Our theme for indie creators to build static pages that don't require any special server software to manage. With templates for various page types. You can use the Blocks Edit visual editor to build your pages from it. And export the HTML code to your host.

Get it free

Screenshot of website theme example

Need help with your setup?

Reach out to us at support@indieaisle.com.