splitforms.com

Demo Request · jQuery

Demo Request for jQuery

B2B SaaS lead capture — qualifies company size, role, use case before the call. Free for 500 submissions per month — no backend, no SDK, no plugin.

  • 500 free / month
  • 7 fields ready
  • 60-second setup
Demo Request for jQuery — copy-paste form code

Copy-paste code

Drop into any jQuery project.

Replace YOUR_ACCESS_KEY with your splitforms key, paste into a jQuery page, and ship. No build-time integration required.

Get free access key
form.html
<form action="https://splitforms.com/api/submit" method="POST">
  <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY">
  <input type="hidden" name="subject" value="New demo request">

  <label for="name">Full name *</label>
  <input id="name" type="text" name="name" placeholder="Hans Becker" required>
  <label for="work_email">Work email *</label>
  <input id="work_email" type="email" name="work_email" placeholder="hans@company.com" required>
  <label for="phone">Phone</label>
  <input id="phone" type="tel" name="phone" placeholder="+1 415 555 0142">
  <label for="company">Company *</label>
  <input id="company" type="text" name="company" placeholder="Kraft GmbH" required>
  <label for="role">Your role *</label>
  <select id="role" name="role" required>
    <option value="">Choose…</option>
    <option>Founder / CEO</option>
    <option>Engineering</option>
    <option>Product</option>
    <option>Marketing</option>
    <option>Sales</option>
    <option>Operations</option>
    <option>Other</option>
  </select>
  <label for="team_size">Team size *</label>
  <select id="team_size" name="team_size" required>
    <option value="">Choose…</option>
    <option>1–10</option>
    <option>11–50</option>
    <option>51–250</option>
    <option>250+</option>
  </select>
  <label for="use_case">What are you trying to solve? *</label>
  <textarea id="use_case" name="use_case" placeholder="Replacing Formspree across 14 client sites." required></textarea>

  <!-- honeypot — bots fill every field -->
  <input type="checkbox" name="botcheck" style="display:none" tabindex="-1" autocomplete="off">

  <button type="submit">Send</button>
</form>

jQuery + Demo Request

Built for jQuery developers who hate operating a backend.

The demo request on this page integrates with jQuery's development workflow using the form markup in your jQuery project. Whether you're deploying to a static host or a server-rendered platform, the form posts standard FormData to splitforms, so your backend complexity stays at zero. jQuery's ecosystem has strong tooling for UI, but form delivery is a separate concern that splitforms handles independently — Free includes spam filtering, owner notification emails, and a submissions dashboard; Starter adds webhooks.

  • 500 form submissions per month, free forever
  • Unlimited forms on every plan, including Free
  • Spam protection — honeypot plus a tuned classifier
splitforms as the form backend for jQuery

Demo Request fields

What every field actually does.

The posted payload contains full name, work email, phone, company, your role, team size, what are you trying to solve?. Required fields are full name, work email, company, your role, team size and what are you trying to solve?. Rename, remove, or add your own — splitforms accepts any name you POST.

  • Full name — Greeting + dashboard label so submissions don't all read 'anonymous'.
  • Work email — Reply-to address — splitforms wires this so hitting reply goes back to the sender.
  • Phone — Faster qualification — phone leads convert ~3× higher than email-only on B2B forms.
demo request fields in the splitforms dashboard

Template playbook

The reason this demo request exists.

Demo requests cost the SaaS team real money — an AE spends 30-45 minutes on each call. Unqualified demos burn money. The form qualifies on company size, role, use case, current tools, and timeline. ICP-fit leads (right company size, right industry, right pain point) get the AE calendar slot; off-ICP get nurtured via email. The qualifying data also pre-loads the CRM so the AE walks in knowing the prospect's stack and use case — demo close rates climb 30-50% on prepared calls vs cold ones. Most B2B SaaS uses Calendly / Chili Piper for the booking step; the form is the gating layer in front of the calendar.

  • Capture firmographic data
  • Route by ICP fit
  • Push to CRM
Demo Request playbook for jQuery

Setup

Generate, embed, receive.

Three actions stand between you and your first demo request submission — no backend, no database, no CAPTCHA library.

Generate a free splitforms key

Sign in at splitforms.com — your access key is created instantly. No credit card, no setup wizard, no SDK to install.

Paste the demo request into your jQuery project

Drop the form snippet into a jQuery page, component, or layout. Replace YOUR_ACCESS_KEY with the key from your dashboard. The form action is a hard-coded URL — no env vars or build-time wiring needed.

Receive submissions

Dashboard updates live on Free. Free includes owner email delivery; Starter adds signed webhooks, CSV export, Slack/Discord forwarding, and BCC to your team.

How SplitForms works

From form to workflow in 3 simple steps.

Connect your form, collect every submission, and send data where it needs to go — without building backend infrastructure.

A SplitForms contact form submission launching straight to your inbox

Add your endpoint

Point your form to your unique SplitForms endpoint. That's it.

HTML form pointing at a SplitForms submit endpoint

Receive submissions

We instantly capture and organize every submission in your inbox.

Submissions inbox with searchable leads and status pills

Route anywhere

Send data to email, spreadsheets, CRMs, webhooks, and 7,000+ apps.

Generic integration tiles for email, sheets, chat, CRM, automate, and webhook

No credit card required. Set up in under 60 seconds.

Connect & automate

Connect your favorite tools and automate everything

SplitForms works with the destinations you route to and the platforms you build on — from Slack and Sheets to WordPress, Shopify, and Next.js.

Connect your SplitForms form to Slack, Google Sheets, Mailchimp, Zapier and more

Trusted by indie teams and agencies shipping forms worldwide

PETAL/COKRAFT.DELINEAR-XBUILD.DEVSTUDIO 71MERIDIANFRAME&CO

Testimonials

Loved by developers shipping at every scale.

40 quotes on record — from indie hacks to agency migrations.

Common questions

Demo Request on jQuery answered.

View all FAQs
Does this demo request work on jQuery?

Yes. The form is plain HTML with a single POST endpoint, so it runs on any jQuery site without server-side code, plugins, or SDKs. Drop the snippet into a jQuery page or component and submissions land in your splitforms dashboard.

How much does the demo request cost on jQuery?

Free for 500 submissions per month — no credit card, no trial. Pro is $5/mo for 5,000 submissions, and there's a one-time $59 3-year plan (15,000 submissions/mo for 36 months). The same pricing applies regardless of which framework hosts the form.

Can I customize the fields?

Yes. The template ships with sensible defaults (full name, work email, phone, company…) — add, remove, or rename any of them. Splitforms accepts whatever fields you POST.

How does spam protection work on the demo request?

A hidden honeypot field catches dumb bots, and a tuned classifier scores the rest. You only see real submissions in your dashboard. No CAPTCHA, no friction for human users — and it works the same on jQuery as on any other framework.

Can I send the demo request submissions to Slack or Discord?

Yes. Webhooks are available on paid plans, with auto-formatted payloads for Slack, Discord, and WhatsApp (via CallMeBot). Or send raw signed JSON to any URL — Zapier, n8n, your own server. Configure in the splitforms dashboard.

Will it work on a static jQuery site?

Yes — the form posts directly to splitforms from the browser, so no server is involved. Works on Vercel, Netlify, GitHub Pages, Cloudflare Pages, S3, or any plain Apache host.

Should I require a work email?

Yes — block free email domains (gmail / yahoo / hotmail) on the email field. Free-email demos are 80% tire-kickers; work email is a basic ICP filter. Use a regex pattern or a real-time validator like ZeroBounce / Hunter to enforce.

Can I integrate with Chili Piper / Calendly?

Yes — Chili Piper natively pulls form data and routes to the right AE based on territory / industry / company size. Calendly for Sales Teams supports round-robin routing too. Webhook the qualified lead to the booker; the unqualified ones bypass the calendar.

How do I handle off-ICP demo requests?

Auto-respond with self-serve resources — a recorded demo, free trial signup, pricing page link, customer case studies. Add to a long-term nurture sequence. Don't burn AE time but don't lose the lead either.

Simple pricing

Start free. Scale when you need more.

Choose a plan that fits your workflow — from a free form endpoint to full automations, exports, and higher submission limits.

Free

$0

Free forever

 
Best for testing

For side projects and indie devs.

  • 500 submissions / mo
  • Unlimited forms
  • Email notifications included
  • Honeypot spam filtering
  • Submissions dashboard
  • MCP setup stays free
  • No credit card required

3-Year

$59/ 36 months
was $99 · save 40% · new-user price

Pay $59. 3 years sorted.

  • 15,000 submissions / mo
  • Unlimited forms
  • Everything in Pro
  • Renews every 3 years
  • Long-term discount
  • Priority support included
  • Vote on the roadmap

No credit card required on Free • Cancel anytime