React Multi-Page Forms
Jun 30, 2023
Goodbye janky iframed Typeforms. Multi-page forms enable a paginated flow of the form inputs Engage already supports, perfect for gathering large amounts of data without overwhelming users with a single long form.
Production-ready inputs (email, text, numbers, multiple choice), full CSS customization, built-in validation (powered by Zod), and the ability to embed any React component inside an Engage form using its data model.

- Aug 31, 2023
Async Validation Handlers in Forms
Engage Forms now support asynchronous validation between steps using the `validationHandler` prop on `<FrigadeForm />`. Block the user from advancing until an async call (database, API, etc.) completes.
- Aug 22, 2023
Component Library Updates
The component library got a big update. Components are restyled, layouts and flows are updated, and they're interactive in the Frigade dashboard. View and interact with each component to see how users will experience them before you ship. Bump `@frigade/react` to 1.35.14 or higher.
- Aug 16, 2023
Multiple Environment Support
All Engage plans now have access to multiple environments. Keep separate instances for development, staging, and production, and switch between them. Especially useful when iterating on Flows, and avoids ID collisions and analytics noise.