For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

21.09.2023

· 2 min read

We have added form sizing controls, enabled custom domains for forms and improved error path details in the builder.

What's new?
  • Form layouts: Choose between full screen or boxed form displays.
  • Submit protection: Automatic double-submission prevention on buttons.
  • Custom domains: Host forms on your own custom domains.

Form component

New features

  • Show Form component in a box or full screen. The Visual Builder now features a toggle to resize the Form component. You can control whether to display the form component inside a box or full screen (to the end-users once the form is rendered in a user journey).

Improved

  • Deactivate Form submit button after submission. The submit button at the end of a Form is now deactivated after an end-user clicks it to submit a form. This is to avoid that a form gets submitted multiple times.
  • Added support for custom domains. The Form component is now hosted at your domain. You can manage the domain configuration for your account in the Signicat Dashboard by visiting the Domains page.

Resolved issues

  • Fixed: Missing input validation for date fields. After this fix, the border of date fields turns red when an end-user enters an invalid date.
  • Fixed: Validate phone numbers only when required or not empty. Before, phone number fields were required by default and had to be filled in to submit a form. Now, phone number fields can be optional.
  • Fixed: Text areas are not rendered in some cases. We fixed a bug that blocked text areas from being displayed in the rendered user journey under certain circumstances.

Visual Builder

Improved

  • Display a detailed error path when validation fails. When an error occurs while trying to save a Form in the Visual Builder, the error message contains information about on what page, in which section and what field is causing the problem.