Merging Guest and User Sessions
Nov 7, 2023
A common pattern in onboarding is letting a user complete a Flow before they register an account. Without help, this requires a custom datastore, cookie or local-storage juggling, and hundreds of lines of code to map guest data to the real user.
Engage now lets you map all data and state from an unauthenticated user to their registered account with one line of code. Use `linkExistingGuestSessionToUser` in the Flows hook. Available in `@frigade/react` 1.38.8 and above.
- Jul 17, 2023
Introducing NPS Surveys
The new `<FrigadeNPSSurvey />` component drops NPS surveys into your app and gathers feedback in real time.
- Jun 30, 2023
React Multi-Page Forms
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.
- Jun 14, 2023
Dynamic Form Validation
Dynamic form validation for Engage Forms. Build feature-rich, native React forms for onboarding and activation without sending users off-site or embedding iframes.