Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is a complete rewrite from the 1.0 version, authored by Helior Colorado.
It offers:
- A "masked_input" form element
- A field widget for various text-based input fields.
- A helper function to safely convert existing textfields into masked input fields
- Drush integration for downloading external library and viewing available mask definitions
- Drush make example file
Various additions:
- more comments
- variations of file_exists(): checkNothing, and checkIncludePath. This allows xautoload to be used for CiviCRM.
- avoid errors on first install, due to hook_boot implementation not being recognized yet.