<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" enctype="multipart/form-data" > <label class="d-block mb-4"> <span class="d-block mb-2">Company/Individual name</span> <input name="name" type="text" class="form-control" placeholder="Acme Corp" /> </label> <label class="d-block mb-4"> <span class="d-block mb-2">Email address</span> <input name="email" type="email" class="form-control" placeholder="joe.bloggs@example.com" /> </label> <label class="d-block mb-4"> <span class="d-block mb-2">VAT number</span> <input name="vat" type="text" class="form-control" placeholder="" /> </label> <div class="mb-4"> <label class="d-block mb-2">Your logo</label> <div class="form-control h-auto"> <input name="logo" type="file" class="form-control-file" /> </div> </div> <label class="d-block mb-4"> <span class="d-block mb-2">Country</span> <input name="country" type="text" class="form-control" placeholder="" /> </label> <label class="d-block mb-4"> <span class="d-block mb-2">Billing address</span> <textarea name="address" class="form-control" rows="3" placeholder="" ></textarea> </label> <div class="mb-4"> <label class="d-block custom-control custom-checkbox"> <input name="invoices" value="yes" type="checkbox" class="custom-control-input" /> <span class="d-inline-block mt-2 custom-control-label" >Receive invoices via email</span > </label> </div> <div class="mb-3"> <button type="submit" class="btn btn-primary px-3">Update</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; }
Yes! Attribution is welcomed but not required. The only caveat is that you can't re-sell this code directly as a standalone component.
It's free because HeroTofu gets revenue from form submissions handling rather than forms themselves.
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 🙂
Munero Company operates HeroTofu. It's incorporated in the EU 🇪🇺
HeroTofu is a set of tools and APIs designed to help Developers and Marketers.
© 2024 HeroTofu by Munero