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.jpghttps://cdn.site.com/photo.pngβ Invalid examples
http://example.com/image.jpgexample.com/image.jpgValid email format (contains @ and domain).
β Valid examples
β Invalid examples
invalid-emailuser@@example.comColor
Valid hexadecimal format: #RGB or #RRGGBB (e.g.: #ff0000, #f00).
β Valid examples
#ff0000#f00#8b5cffβ Invalid examples
redff0000#gg0000MaxLength
Text cannot exceed the specified maximum number of characters.
β Valid examples
Text within limitβ Invalid examples
Text that exceeds the maximum allowed characters...