Illustration of form fields and a letter envelope.

Form submit to email

Send any form's info to your email

Your form's details automatically get sent to your Indie Aisle account email. Form submission includes spam bot blocking filters built-in. And no annoying captcha field needed!

Instructions

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

  1. Set your form's action to https://indieaisle.com/form/:
    <form method="post" action="https://indieaisle.com/form/">
  2. Add hidden input for spam check:
    <input type="hidden" id="enablesubmit" name="enablesubmit" value="">
  3. Add hidden input for where you want to redirect after the form is submitted successfully:
    <input type="hidden" id="userthanks" name="userthanks" value="[THANKS_URL]">
    Change [THANKS_URL] to the URL of your confirmation page.

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 -->

There is no form field verification applied. We recommend using standard browser validation for your form fields.

Privacy note: we don't store or do anything with your data except send it to your email and block the spam in the process. The content of the data is not touched.

$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 email form setup 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.