You are here

README.txt in Telephone Validation 7

Same filename and directory in other branches
  1. 8.2 README.txt
Telephone Validation
========================

This is basic module which brings validation to Telephone field instance
(telephone_default widget). It uses libphonenumber-php library (port of google's
libphonenumber library).
Module can discover where phone number comes from and if it's valid or not.

# Dependencies

- telephone
- composer_manager
- field_ui

# Instalation

Just enable module. You will might need to use drush composer extension to
install libphonenumber library. If so, follow composer_manager documentation
page https://www.drupal.org/node/2405805
After installation you'll find new fieldset under each telephone field instance
where you can decide how number should looks like and what makes it valid.

# Credits

Jakub Piasecki for Ny Media AS

File

README.txt
View source
  1. Telephone Validation
  2. ========================
  3. This is basic module which brings validation to Telephone field instance
  4. (telephone_default widget). It uses libphonenumber-php library (port of google's
  5. libphonenumber library).
  6. Module can discover where phone number comes from and if it's valid or not.
  7. # Dependencies
  8. - telephone
  9. - composer_manager
  10. - field_ui
  11. # Instalation
  12. Just enable module. You will might need to use drush composer extension to
  13. install libphonenumber library. If so, follow composer_manager documentation
  14. page https://www.drupal.org/node/2405805
  15. After installation you'll find new fieldset under each telephone field instance
  16. where you can decide how number should looks like and what makes it valid.
  17. # Credits
  18. Jakub Piasecki for Ny Media AS