<div class="container"> <div class="columns is-justify-content-center"> <div class="column is-6-tablet is-5-desktop is-4-widescreen is-3-fullh"> <form method="POST" action="https://herotofu.com/start" class="box p-5" enctype="multipart/form-data" > <label class="is-block mb-4"> <span class="is-block mb-2">Your name</span> <input name="name" type="text" class="input" placeholder="Joe Bloggs" /> </label> <label class="is-block mb-4"> <span class="is-block mb-2">Email address</span> <input name="email" type="email" class="input" placeholder="joe.bloggs@example.com" /> </label> <label class="is-block mb-4"> <span class="is-block mb-2">Years of experience</span> <span class="select is-fullwidth"> <select name="experience"> <option>Less than a year</option> <option>1 - 2 years</option> <option>2 - 4 years</option> <option>4 - 7 years</option> <option>7 - 10 years</option> <option>10+ years</option> </select> </span> </label> <label class="is-block mb-4"> <span class="is-block mb-2">Tell us more about yourself</span> <textarea name="message" class="textarea" rows="3" placeholder="What motivates you?" ></textarea> </label> <label class="is-block mb-4"> <span class="is-block mb-2">Your CV</span> <span class="file has-name is-fullwidth"> <label class="file-label"> <input class="file-input" type="file" name="cv" /> <span class="file-cta"> <span class="file-icon"> <i class="fas fa-upload"></i> </span> <span class="file-label"> Choose a file… </span> </span> <span class="file-name"> File name </span> </label> </span> </label> <div class="mb-4"> <div> <label> <input type="radio" name="remote" value="yes" checked /> <span>You'd like to work remotely</span> </label> </div> <div> <label> <input type="radio" name="remote" value="no" /> <span>You'd prefer to work onsite</span> </label> </div> </div> <div class="mb-4"> <button type="submit" class="button is-link px-4">Apply</button> </div> <div> <div class="is-size-7 has-text-right"> by <a href="https://herotofu.com/start" class="has-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