Bootstrap

Bootstrap contact form without a backend

Point a Bootstrap form at FormsReach. Keep your form-control markup. We filter spam and send you every real submission. No backend on your site.

Set up FormsReach with Bootstrap

Connect your form in a few steps. No custom backend required.

  1. 1

    Get your API key

    Create a form at FormsReach and copy the key.

  2. 2

    Paste the Bootstrap form

    Drop the snippet into any page that already has Bootstrap 5 CSS. Set the hidden api_key.

  3. 3

    Submit a test

    Open the page, send one entry, confirm the Submissions row (and email if that channel is on).

Why Bootstrap still needs a form backend

Bootstrap styles the form. It does not receive POST data. Point action at the FormsReach submit endpoint and keep a hidden api_key. You do not add PHP, a Node server, or a serverless function for this path.

<form action="https://api.formsreach.com/submit" method="POST">
  <input type="hidden" name="api_key" value="YOUR_ACCESS_KEY" />

  <div class="mb-3">
    <label for="name" class="form-label">Name</label>
    <input type="text" class="form-control" id="name" name="name" required />
  </div>

  <div class="mb-3">
    <label for="email" class="form-label">Email</label>
    <input type="email" class="form-control" id="email" name="email" required />
  </div>

  <div class="mb-3">
    <label for="message" class="form-label">Message</label>
    <textarea class="form-control" id="message" name="message" rows="4" required></textarea>
  </div>

  <button type="submit" class="btn btn-primary">Submit Form</button>
</form>

Platform notes

Troubleshooting

What you get

Monthly credits for submissions and delivery. Scale when volume grows.

Free

500 credits every month for form submissions, email, webhooks, and workflow rules. Spam filtering included. No credit card required.

Starter, Pro & Agency

Larger monthly credit pools (2,000 / 5,000 / 18,000). WhatsApp via Meta Business API unlocks on Pro and Agency. See pricing.

FAQ

Common questions about FormsReach with Bootstrap.

Do I need PHP or a server?+

No. FormsReach is the form backend. The page only needs a normal form POST and Bootstrap 5 CSS.

Does this work with Bootstrap 4?+

Same endpoint and fields. This snippet uses Bootstrap 5 classes (form-label, form-control, mb-3).

CDN or npm for Bootstrap CSS?+

Either. The form only needs the CSS on the page. Do not add a second Bootstrap stylesheet if one is already loaded.

Does Free include WhatsApp and email?+

Free includes email, webhooks, and workflow rules with 500 credits every month. WhatsApp is available on Pro and Agency.

More framework guides that use the same FormsReach form API.

Ready to receive form leads?

Create a free API key. Upgrade when you need more monthly credits.