What forms support
- schema-driven field rendering
- iframe-based rendering for faster setup
- grouped fields and validation rules
- reader-side schema delivery
- server-side form submission
- optional frontend overrides for custom use cases
Common docs
How to integrate form
Use the default prebuilt iframe flow for the fastest setup.
How to integrate component form
Use the component-rendered path when you need UI customization.
Form schema
Fetch the reader-side schema used to render a form.
Form submission
Submit form data and captcha to Publive.
JavaScript SDK
Use SDK helpers for form fetch and submission workflows.
Send responder a copy of their response
In Form Settings, the Send responder a copy of their response toggle lets you automatically email submitters a copy of their submitted field values. When enabled, the submitter receives an email with their answers immediately after submitting the form.Integration model
In a decoupled frontend, you can integrate forms in two ways:- the default iframe-based flow for fast setup
- the component-rendered flow for deeper UI customization