Validation

Validation rules for input fields

URL

Only valid HTTPS URLs. Supports images in formats: jpg, jpeg, png, webp, avif, svg.

βœ“ Valid examples

https://example.com/image.jpg
https://cdn.site.com/photo.png

βœ— Invalid examples

http://example.com/image.jpg
example.com/image.jpg

Email

Valid email format (contains @ and domain).

βœ— Invalid examples

invalid-email
user@
@example.com

Color

Valid hexadecimal format: #RGB or #RRGGBB (e.g.: #ff0000, #f00).

βœ“ Valid examples

#ff0000
#f00
#8b5cff

βœ— Invalid examples

red
ff0000
#gg0000

MaxLength

Text cannot exceed the specified maximum number of characters.

βœ“ Valid examples

Text within limit

βœ— Invalid examples

Text that exceeds the maximum allowed characters...