apostrophe-forms-phone-field-widgets

1.0.0 • Public • Published

This module adds a phone number field supporting full validation of international phone number formats. It is meant for use alongside the apostrophe-forms module.

When using it, you must configure the formWidgets option to apostrophe-forms to include it, as well as all other form widgets you wish to use. See the apostrophe-forms documentation.

Configuration

// in app.js
modules: {
  'apostrophe-forms': {
    formWidgets: {
      // other fields go here
      'apostrophe-forms-phone-field': {}
    }
  },
  'apostrophe-forms-phone-field-widgets'
}

The user will be prompted to select a country and the country code will be automatically supplied when they do. The user may also skip that step and enter their own country code. If the phone number is supplied without a country code the user is required to provide it.

/apostrophe-forms-phone-field-widgets/

    Package Sidebar

    Install

    npm i apostrophe-forms-phone-field-widgets

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.37 kB

    Total Files

    6

    Last publish

    Collaborators

    • haroun
    • itsrogil
    • triskuit
    • bodonkey
    • etlaurent
    • alexgilbert
    • stuartromanek
    • boutell
    • alexbea
    • gregvanbrug
    • valjed
    • romanek