Product / Forms

Host custom forms on your own website.

Build a form, embed it where your customers already are, and collect structured responses in one place — with a developer-friendly JSON schema when you need it.

What Forms does

A form builder that lives on your domain, not someone else's.

Altospec Forms is designed for teams that want a real intake surface without gluing together three SaaS tools and a spreadsheet.

  • Structured form builder

    Text, long text, choice, multi-select, email, phone, number, date, and file fields — all with validation and required flags.

  • Host on your own website

    Embed a form with a single script tag or iframe snippet. Keeps your domain, your branding, your styling.

  • Public share links

    Every form has a shareable URL you can send by email, put in a QR code, or link from a landing page.

  • One response inbox

    All submissions land in a single inbox — filter, search, and export. No spreadsheets to babysit.

  • Webhooks and JSON API

    Send new responses to your own systems in real time, or pull them with a clean JSON response schema.

  • Built for real operations

    Spam protection, per-form access rules, and an audit trail of every submission and status change.

Embed anywhere

One snippet on your site. Structured JSON on the other side.

No iframe patchwork, no export-to-CSV rituals. Forms behaves like a real product surface for both marketing pages and internal tools.

Embed on your site
index.html
<!-- Paste this on your site -->
<script
  src="https://altospec.com/embed.js"
  data-form="lead-intake"
  async
></script>
Webhook / API payload
POST /responses
{
  "form": "lead-intake",
  "submitted_at": "2026-07-24T09:14:22Z",
  "fields": {
    "name": "Priya S.",
    "email": "priya@acme.co",
    "team_size": 12,
    "message": "Need help routing support requests."
  }
}

What teams use it for

From lead capture to internal request intake.

  • 01 / Support

    Public support request form

    Let customers report issues from your website. Route them to a named owner when Ticketing lands.

  • 02 / Sales

    Lead and demo intake

    Capture qualified leads with the fields your team actually needs — no generic contact form.

  • 03 / Internal

    Internal requests

    IT access, procurement, facilities. One place for the request, one place for the response.

  • 04 / Client

    Client onboarding intake

    Collect everything you need to start a project — brief, assets, approvers — in a structured shape.

Documentation

Docs are coming soon.

If you wish to use Altospec Forms now, reach out and we will help you get it implemented on your site.

Available now

Get early access to Forms.

Forms is live for early-access customers. Ticketing is next — early-access teams get it first.