githubEdit

Form response

Overview

A dynamic error message display block that renders error text from an Alpine.js store. Provides customizable styling options including text color, font family, size, alignment, and responsive visibility controls.

Common use cases

  • Enable max_width (default: true) for better readability of error messages

  • Consider the context where errors will appear when choosing text color and size

  • Use appropriate padding settings based on surrounding content

  • Display form submission feedback and validation messages

Block settings

Spacing

Setting
Description
Options

Enable horizontal padding

Adds horizontal padding around the content

Checkbox (default: false)

Enable top padding

Adds top padding around the content

Checkbox (default: false)

Enable bottom padding

Adds bottom padding around the content

Checkbox (default: false)

Color

Setting
Description
Options

Text color

Controls the text color

• Default (default) • Alternative • Primary background • Primary foreground • Secondary background • Secondary foreground • Tertiary background • Tertiary foreground • Neutral background • Neutral foreground • Shade • Error • Success

Style

Setting
Description
Options

Font family

Controls the font family used for the text

• Standard • Heading • Subheading • Accent Visible when font size contains 'type--'

Font size

Controls the font size of the text

• Smaller • Small • Default (default) • Big • Bigger • Heading 1 • Heading 2 • Heading 3 • Heading 4 • Heading 5 • Heading 6

Layout

Setting
Description
Options

Horizontal alignment

Controls horizontal text alignment

• Left (default) • Center • Justify • Right

Enable max width

Limits the maximum width of the text content

Checkbox (default: true)

Display

Setting
Description
Options

Visibility

Controls when the block is visible

• All (default) • Mobile only • Desktop only

Last updated

Was this helpful?