Request an email address, don't worry we'll check that it's valid for you
The email input accepts emails formatted in example@domain.xxx.
Configuration | Value |
---|---|
Required | Toggle on/off if required |
Label | Enter a label for your email input |
Prefill Email | Toggle on/off if you would like to prefill the customer email |
Placeholder | Placeholder that shows in textbox before email input |
![Screen Shot 2021-03-11 at 4.05.20 PM.png 2172](https://files.readme.io/970c011-Screen_Shot_2021-03-11_at_4.05.20_PM.png)
Theme-able Classes
.themeable_input_generic_container {
/* styling of the generic root element containing the label and the input */
}
.themeable_input_email_container {
/* styling of the input email specific root element containing the label and the input */
}
.themeable_input_generic_label {
/* styling of the generic label */
}
.themeable_input_email_label {
/* styling of the input email specific label */
}
.themeable_input_generic {
/* styling of the generic input text box */
}
.themeable_input_email {
/* styling of the input email specific text box */
}
Updated over 1 year ago