Product
Formsig features
Formsig is hosted form infrastructure: secure form endpoints for any website or app, optional Hosted Pages you publish as a shareable link, AI Chat (Beta) for an embeddable site assistant, and one shared submissions inbox with email alerts, CSV export, and webhooks. No backend required. This page lists capabilities for humans and crawlers; URL patterns (/f/, /p/) are in llms-full.txt. Exact limits are on Pricing.
Summary
Formsig is operated by Tofaani LLC. Hosted form backends and subscription billing integrate with Stripe. This page complements the dashboard: every capability below exists in product or is gated by plan as noted.
- Hosted POST endpoints for HTML forms (/f/{form_id}); no backend code required.
- Web dashboard with submissions inbox (read/viewed state), Starter+ CSV export.
- Per-form outbound HTTPS webhooks with optional HMAC signing (Starter+).
- Verified email recipients; instant or daily digest notifications (digest Starter+).
- Optional confirmation email to submitters (Starter+).
- Configurable form fields schema in dashboard; multipart file uploads supported with plan limits.
- Hosted Pages: public URLs /p/{slug} , templates, TipTap-rich copy, branding, hero/logo media, live preview while editing; optional AI Chat assistant per page (no manual script).
- AI Chat (Beta): embeddable website assistant on your site (widget script) or on Formsig Hosted Pages (dashboard picker). Crawl site URL, custom knowledge (AI training notes), /c/{assistant_id}/widget.js, email leads.
- AI Chat leads inbox in dashboard with read/unread badge; optional owner email when notifications are on.
- AI Chat reply quotas per plan (Free one-time trial; paid tiers monthly). Site URL vs embed-domain allowlist in assistant settings.
- Usage meters for submissions, notifications, AI Chat, linked emails, forms, hosted pages, and storage quotas.
- Built-in playground for testing POST to your endpoints.
Form endpoints (POST)
Each form receives a stable HTTPS POST URL (/f/<form_id>). HTML <form method="post"> with named fields works without JavaScript SDKs.
Multipart enctype is supported when you attach files; quotas for attachment count and per-file bytes depend on your plan tier.
Submission dashboard & CSV export
The authenticated dashboard shows submissions per form, read/unread state, filters, configurable visible columns where supported, submission detail view, attachments, and per-submission deletion where available.
CSV export of the submissions table is enabled on Starter and higher tiers. Free accounts see exports locked with an upgrade path to billing.
Hosted Pages (/p/)
Besides raw form POST endpoints, Formsig ships Hosted Pages: public URLs /p/<slug> for lead templates (contact, hiring, quotes, etc.). Draft and published pages both count toward your account page quota.
- Select a template starter in the wizard.
- Edit title, subtitle, trust bullets as rich HTML (TipTap editor).
- Optional hero and logo imagery via upload or absolute URL.
- Set brand color and optional CTA copy.
- Publish or duplicate pages from the Pages list.
Pages may omit a backing form entirely (simple landing) or connect one of your existing Formsig forms so field definitions come from form settings.
Email notifications & subscriber confirmation
You verify outbound addresses in Account, then attach them per form. Per-form modes include off, instant, and (where your plan permits) scheduled digest summaries.
Free tier may disable notifications globally or receive instant outbound mail, not daily digest scheduling. Starter+ introduces digest delivery where shown in-product.
Optional automated confirmation email to the submitter is available after upgrade from Free on supported plans.
Outbound HTTPS webhooks
Each form may register an HTTPS webhook URL that receives a structured payload after a submission is processed. Optionally configure a signing secret/HMAC-compatible behavior for verifying authenticity.
Webhooks unlock on Starter+; they remain disabled while you are exclusively on Free. See also Webhook templates.
AI Chat (Beta)
AI Chat adds a chat bubble (chat widget) to your own website or to a Formsig Hosted Page. Visitors ask questions; answers come from pages crawled from your assistant Site URL plus custom knowledge (AI training notes) you add in the dashboard. Each AI reply counts toward your plan quota (Free includes a one-time trial; paid tiers reset monthly — see Pricing).
Quick terms: AI Chat = the product. Assistant = your bot. Custom knowledge = AI training notes that extend the site crawl. Chat widget = the bubble visitors see.
Dashboard → AI Chat → name your assistant and set your site URL.
Add AI training notes for policies, pricing, or FAQs the crawl may miss.
Paste one script tag on your site, or pick an assistant on a Hosted Page.
Chat bubble on your site
Site crawl + your custom knowledge
Get a reply by email → your Leads inbox
On your own website
Add one script tag before </body> on any page (or in your site template). The assistant ID comes from Dashboard → Chat:
<script src="https://formsig.com/c/{assistant_id}/widget.js" async defer></script>- Create an assistant in Dashboard → Chat (AI Chat).
- Set Site URL to the website you want answers to reflect (your marketing site or docs — not the widget script URL).
- Run Crawl site and add custom knowledge for FAQs, policies, or pricing the crawl may miss.
- Copy the embed script from the assistant page: one line loads /c/{assistant_id}/widget.js.
- Paste the script before