← All templates

Quote request form

Project details and budget range for service businesses.Plain HTML — it inherits your site's styles and needs no backend or JavaScript.

Preview

The code

<form action="https://crunchforms.com/form/{formID}" method="post">
  <label for="name">Name</label>
  <input name="name" type="text" id="name" required />

  <label for="email">Email</label>
  <input name="email" type="email" id="email" required />

  <label for="company">Company (optional)</label>
  <input name="company" type="text" id="company" />

  <label for="service">What do you need?</label>
  <select name="service" id="service" required>
    <option value="">Choose a service…</option>
    <option value="web-design">Web design</option>
    <option value="development">Development</option>
    <option value="branding">Branding</option>
    <option value="other">Other</option>
  </select>

  <label for="budget">Budget range</label>
  <select name="budget" id="budget">
    <option value="under-1k">Under $1,000</option>
    <option value="1k-5k">$1,000 – $5,000</option>
    <option value="5k-10k">$5,000 – $10,000</option>
    <option value="over-10k">Over $10,000</option>
  </select>

  <label for="details">Project details</label>
  <textarea name="details" id="details" rows="5" required></textarea>

  <button type="submit">Request a quote</button>
</form>

How to use it

  1. Create a free Crunchforms account and add a form in the dashboard (takes about a minute).
  2. Replace {formID} in the actionURL with your form's ID — or use the dashboard's snippet generator, which fills it in for you.
  3. Paste the form into any page. Submissions appear in your dashboard and, if you like, in your inbox. Add a honeypot or captcha in the form settings for extra spam protection.

1,000 free submissions a month, spam filtering included, no credit card required.

Start for free