Email Inputv1
The Adaptive Form Email input Core Component is used to collect email addresses from users. It is typically represented as a text box and has pattern validations to accept only valid email addresses. The email input field can be further customized with additional attributes such as "required", "placeholder", and "pattern" to set validations for the input data.
Examples
Standard
A simple Email Input.
- Properties
- Markup
- JSON
- jcr:title: Email Input
- description: <p>This is a long description.</p>
- tooltip: <p>This is a short description.</p>
- sling:resourceType: forms-components-examples/components/form/emailinput
- fieldType: email
- tooltipVisible: true
This is a short description.
This is a long description.