Development

This commit is contained in:
Matthew Grotke 2026-06-10 15:24:39 -04:00
parent 15aa50bda6
commit c30ba58e8f

View file

@ -29,7 +29,8 @@
"label": "Email Address", "label": "Email Address",
"name": "email", "name": "email",
"input_type": "text", "input_type": "text",
"placeholder": "you@example.com" "placeholder": "you@example.com",
"validate": "VALIDATION_EMAIL"
}, },
{ {
"type": "field", "type": "field",