Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzEEPhoneFormFieldBundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Add new eZStudio Form Field named Phone displaying select field with country list
Add SmileEzEEPhoneFormFieldBundle by running this command from the terminal at the root of
your eZStudio project:
composer require smile/ezee-phoneformfield-bundle
To start using the bundle, register the bundle in your application's kernel class:
// ezpublish/EzPublishKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Smile\EzEEPhoneFormFieldBundle\SmileEzEECountryFormFieldBundle(),
// ...
);
}
{% javascripts
...
'bundles/smileezeephoneformfield/js/smileform_phone.js'
%}
{% endjavascripts %}