Bootstrap 4 Address Form
Collect delivery address for the user<div class="container">
<div class="row mx-0 justify-content-center">
<div class="col-md-7 col-lg-5 px-lg-2 col-xl-4 px-xl-0">
<form
method="POST"
class="w-100 rounded p-4 border bg-white"
action="https://herotofu.com/start"
>
<label class="d-block mb-4">
<span class="d-block mb-2">Your name</span>
<input
name="name"
type="text"
class="form-control"
placeholder="Joe Bloggs"
/>
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Address line 1</span>
<input
name="address1"
type="text"
class="form-control"
placeholder=""
/>
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Address line 2</span>
<input
name="address2"
type="text"
class="form-control"
placeholder=""
/>
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">City</span>
<input name="city" type="text" class="form-control" placeholder="" />
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">State/Province</span>
<input name="state" type="text" class="form-control" placeholder="" />
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Zip/Postal code</span>
<input name="zip" type="text" class="form-control" placeholder="" />
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Country</span>
<input
name="county"
type="text"
class="form-control"
placeholder=""
/>
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Telephone</span>
<input
name="telephone"
type="text"
class="form-control"
placeholder=""
/>
</label>
<label class="d-block mb-4">
<span class="d-block mb-2">Delivery information</span>
<textarea
name="message"
class="form-control"
rows="3"
placeholder="floor/door lock code/etc."
></textarea>
</label>
<div class="mb-3">
<button type="submit" class="btn btn-primary px-3">Save</button>
</div>
<div class="d-block text-right">
<div class="small">
by
<a
href="https://herotofu.com/start"
class="text-dark"
target="_blank"
>HeroTofu</a
>
</div>
</div>
</form>
</div>
</div>
</div>
/* The following CSS is used only for the preview,
please don't copy it to your production code */
body { padding: 2rem 0; }Frequently Asked Questions
Can I use it freely in a commercial project?
Yes! Attribution is welcomed but not required. The only caveat is that you can't re-sell this code directly as a standalone component.
Why is it free?
It's free because HeroTofu gets revenue from form submissions handling rather than forms themselves.
I've copied the form code. What are the next steps?
You should connect your form to the backend to store submissions. Subjectively the best way to do so is to navigate to https://herotofu.com/start 🙂
Who's behind HeroTofu?
Munero Company operates HeroTofu. It's incorporated in the EU 🇪🇺
HeroTofu is a set of tools and APIs designed to help Developers and Marketers.
© 2026 HeroTofu by Munero
