FAQ

How much does Forms cost?

Forms is free while in early access. Pricing for higher tiers (custom domains, payments, advanced integrations) will be announced before anything starts charging — your existing free usage will stay free.

Is there a limit on submissions?

No hard limit during early access. If your form gets popular enough that volume becomes a concern, we'll reach out before any limit kicks in.

Can I edit a form after publishing?

Yes. You can keep editing a published form — including the PDF style, branding, and signing parties. Existing responses are kept as-is even if you rename fields or change types; the column header in the responses table updates, but the stored answers don't.

What happens if I delete a form?

The form is removed along with all of its responses. Deletion is permanent — there's no recycle bin. Export your responses to CSV (and download any branded PDFs you care about) before deleting.

Can respondents edit their submission?

Not currently. Each submission is final. Edit-after-submit is on the roadmap.

Does Forms support file uploads?

Yes. The File upload field accepts a single file up to 10 MB. Files upload directly to Vercel Blob from the respondent's browser; the response stores the public URL. See Field types.

Can I collect e-signatures?

Yes. The Signature field captures a drawn or typed signature client-side (max 150 KB), embeds it in PDFs, and thumbnails it in the responses table. For multi-party sequential signing, wire the AdaptDoc bridge — see Signatures & signing.

Can I send each submission as a branded PDF?

Yes. Switch the form's PDF style to Document, add a logo and brand color, build the layout with the document widgets (header bar, columns, tables, totals, cards), and every submission becomes a one-click branded PDF. The Branded estimate template ships this out of the box. See Documents & PDFs.

Can I take payments through a form?

Stripe-based payment collection is on the roadmap and will route through billing.adaptensor.com. It is not yet shipped.

How does Forms handle spam?

Every public form ships with an invisible honeypot field that catches most spam bots. See Publishing & sharing.

Where is my data stored?

Forms data lives in Adaptensor's primary Postgres database, hosted in US-East. File uploads and signature PNGs live on Vercel Blob. AdaptDoc connector secrets are AES-256-GCM encrypted at rest. Data is encrypted in transit. Per-region residency options are planned but not yet available.

Can I use my own domain?

Custom domains for public forms are on the roadmap. For now every form lives under forms.adaptensor.com.

Can I embed a form in my website?

Yes — one iframe tag does it. See Embedding.

I have a question that isn't here.

Email support@adaptensor.com. Real humans read it.


Back to the guide overview.