Phone

Request a phone number

ConfigurationValue
RequiredToggle on/off if required
LabelEnter a label for your phone input
2178

Theme-able Classes

.themeable_input_phone_root {
  /* styling of base element containing input and label */
}

.themeable_input_phone_label {
  /* styling of label */
}

.themeable_input_phone_input_container {
  /* styling of element containing both input and dropdown select */
}

.themeable_input_phone_country_selected {
  /* styling of the selected country text (2 letters) */
}

.themeable_input_phone_drop_down_arrow {
  /* styling of the drop down arrow for the country select */
}

.themeable_input_phone_input {
  /* styling of the input itself */
}

.themeable_input_phone_country_select_menu {
  /* styling of the container of the country select menu */
}

.themeable_input_phone_country_select_option {
  /* styling of each option in the country select menu */
}