We released a total new feature in handling custom input errors. Everytime an input value is not set on required fields or a validation does not match, an error text will be displayed.
Those 'Error Texts' are a customization of displaying an error to an input field. The browsers have a default feature nowadays. But this is fixed to the browser, how it's displayed. This is in most cases fine, but maybe you need some more styling abilities to integrate your CI or design guide.
Within your projects and sub configurations is a section named 'Error Texts'.
At first a new error text must be created, by entering a name and click on 'Create'. This will lead you to the edit view for the new error texts.
The 'Error Texts' editor is interactive. When a setting is changed, it will be shown in the preview above.
The error messages are able to show relating field names. Just write {{field}} as placeholder within your message and it will be replaced with the field name. E.g. 'No valid enter in field {{field}}.'.
After creating the 'Error Text', the error text can be chosen in your form. After selecting a 'Error Texts' configuration, save the form.
On the preview of the form is a checkbox for displaying the 'Error Texts'. You will see how it looks like in addition with your form design.
Articles and Links that could be important for you:
Contact Us