Trustpilot

Your HTML.
Ridiculously fast.

No embed widgets. No iframe bloat. No drag-and-drop walls. Write the form in HTML and CSS, post to Pathline, and let submissions land in your inbox with spam protection built in.

contact.html
<style>
  .contact-form {
    display: grid;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
  }
</style>

<form class="contact-form"
      action="https://api.pathline.io/submit"
      method="POST">
  <input type="hidden" name="access_key"
         value="YOUR-ACCESS-KEY">
  <input type="text" name="name" required>
  <input type="email" name="email" required>
  <textarea name="message"></textarea>
  <button type="submit">Send</button>
</form>

Trusted by businesses like yours

Behind the scenes

You control the front end. We handle the rest.

Point your form at the Pathline API from any site. Submissions route to your shared inbox, spam gets filtered before it clutters your team, and you never sacrifice page speed for lead capture.

HTML form connected to Pathline inbox

Honeypot detection

Invisible fields catch bots before submissions reach your inbox. Add one line of HTML. No CAPTCHA friction for real visitors.

Human spam filtering

SEO pitches, link scams, and junk outreach get screened automatically. Real leads stay in Messages.

Inbox routing

Form submissions land alongside SMS and calls. Reply from the same platform your team already uses.

Your design

Style it exactly how you want.

Pathline doesn't ship a form skin. You write the markup and CSS: minimal, bold, soft, multi-step, whatever fits your brand. The backend is invisible until someone hits submit.

Minimal

Bold

Soft

  • Multi-step flows
  • Custom validation
  • Branded components
  • Any layout
  • Works with React, WordPress, static HTML

Setup

Three steps. No form builder required.

If you can write a contact form in HTML, you can ship on Pathline today.

  1. Create an access key

    Sign in and open Forms → Access keys. Copy your UUID or use the AI instructions to wire up any stack.

  2. Write your form in HTML

    Style it with your own CSS. Add a hidden access_key field and point action at the Pathline submit endpoint.

  3. Publish and collect leads

    Deploy on Pathline hosting, WordPress, or anywhere else. Submissions show up in your inbox instantly.

Forms that load as fast as your site.

Your HTML. Your CSS. Zero widget bloat. Pathline handles submissions, spam filtering, and inbox routing behind a single POST endpoint.