For the complete documentation index, see llms.txt. This page is also available as Markdown.

Error

Show custom content when a form fails

Error is a conditional drop zone shown when form submission fails. Add text, icons, Containers, or other components to create the message visitors should see. Browser validation messages and the Form component’s invalid-field colours handle missing or invalid field values before submission.

How to Use Error

You’ll find Error under Forms in the Components list.

  1. Place Error inside a Form.

  2. Add a Text component with a clear failure message.

  3. Optionally add recovery guidance, such as checking the connection or trying again.

  4. Use Preview in Edit while designing.

  5. Publish and deliberately trigger an error to test the result.

Component Settings

Preview in Edit is enabled by default. It controls only the editor preview; published Error content remains hidden until the Form reports a failure.

Error has no other component-specific Inspector settings. Its child components control the message’s content and styling.

Accessibility

Write a specific message and explain what the visitor can do next. Do not rely on red colour alone, and keep the message close enough to the form that keyboard and screen-reader users can find it.

  • Success — Shows confirmation after a successful submission.

  • Form — Controls invalid-field colours and delivery.

  • Submit — Provides the clickable submission control.

Common Control
Description

Link

Link to a page, resource, anchor, email address, or website.

Layout

Control positioning, stacking, visibility, overflow, and isolation.

Sizing

Set width, height, and responsive size constraints.

Spacing

Add responsive margin and padding.

Typography & Text Styles

Control fonts, text spacing, decoration, colour, and semantic wrappers.

Backgrounds

Apply colour, image, gradient, SVG, video, and hover backgrounds.

Transitions

Choose what animates and set its timing curve, duration, and delay.

Effects

Apply shadows, opacity, and hover effects.

Filters

Apply blur, brightness, saturation, shadow, and backdrop effects.

Transforms

Scale, rotate, move, and skew components.

Borders

Set border style, colour, opacity, width, radius, and hover states.

Advanced

Add CSS classes and IDs, or change supported HTML tags.

Last updated

Was this helpful?