Bootstrap 4 Job Application Form

Receive job application right in your site
<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">Your name</span>
          <input
            required
            name="name"
            type="text"
            class="form-control"
            placeholder="Joe Bloggs"
          />
        </label>

        <label class="d-block mb-4">
          <span class="d-block mb-2">Email address</span>
          <input
            required
            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">Years of experience</span>
          <select name="experience" class="custom-select">
            <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>
        </label>

        <label class="d-block mb-4">
          <span class="d-block mb-2">Tell us more about yourself</span>
          <textarea
            name="message"
            class="form-control"
            rows="3"
            placeholder="What motivates you?"
          ></textarea>
        </label>

        <div class="mb-4">
          <label class="d-block mb-2">Your CV</label>
          <div class="form-control h-auto">
            <input required name="cv" type="file" class="form-control-file" />
          </div>
        </div>

        <div class="mb-4">
          <div>
            <label class="custom-control custom-radio">
              <input
                name="remote"
                value="yes"
                type="radio"
                class="custom-control-input"
                checked
              />
              <span class="d-inline-block mt-1 custom-control-label"
                >You'd like to work remotely</span
              >
            </label>
          </div>

          <div>
            <label class="custom-control custom-radio">
              <input
                name="remote"
                value="no"
                type="radio"
                class="custom-control-input"
              />
              <span class="d-inline-block mt-1 custom-control-label"
                >You'd prefer to work onsite</span
              >
            </label>
          </div>
        </div>

        <div class="mb-3">
          <button type="submit" class="btn btn-primary px-3">Apply</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.

© 2024 HeroTofu by Munero