Wed, Mar 18, 2026
Booking Page Popup Display Feature After Form Submission
Key Updates
You can now choose how the booking page is displayed when selecting "Booking Page" as the action after a form submission. In addition to the traditional redirect, you can now show the booking page as a popup directly on the submission completion screen. This allows for a more flexible and seamless user flow tailored to your specific use cases.
What's New
- Added a "Display method" option in the routing settings for "Action after submission" when the destination is set to "Booking Page".
- The following display methods are now available:
Redirect: Transitions the user to the booking page after submission.Popup: Displays the booking page as a modal on the submission completion screen.
- Improved the booking page selection UI to be searchable, making it easier to find your target page.
- For backward compatibility, if the display method is left unconfigured in existing settings, it will default to
Redirect. - Route conditions will continue to be evaluated from top to bottom, and only the first matching route will be executed (existing specification).